Skip to content

Commit c50df69

Browse files
committed
Remove the unused LIT_STRING_HASH_LAST_BYTES_COUNT define variable
JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
1 parent ecfd478 commit c50df69

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

jerry-core/lit/lit-globals.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,4 @@ typedef uint8_t lit_string_hash_t;
133133
*/
134134
#define LIT_STRING_HASH_BITS (sizeof (lit_string_hash_t) * JERRY_BITSINBYTE)
135135

136-
/**
137-
* Number of string's last characters to use for hash calculation
138-
*/
139-
#define LIT_STRING_HASH_LAST_BYTES_COUNT (2)
140-
141136
#endif /* !LIT_GLOBALS_H */

0 commit comments

Comments
 (0)