Removing is_length_valid from ecma-string descriptor.

This commit is contained in:
Ruben Ayrapetyan
2014-08-25 20:09:08 +04:00
parent 8998189bc0
commit ebfacc82d3
2 changed files with 0 additions and 16 deletions
-3
View File
@@ -563,9 +563,6 @@ typedef struct
/** Where the string's data is placed (ecma_string_container_t) */
unsigned int container : 3;
/** Flag indicating whether the length field is valid */
unsigned int is_length_valid : 1;
/** String's length */
ecma_length_t length;