Remove the unused LIT_STRING_HASH_LAST_BYTES_COUNT define macro

JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
This commit is contained in:
Robert Sipka 2016-04-14 13:00:03 +02:00
parent e191794118
commit 7a88ddec08

View File

@ -133,9 +133,4 @@ typedef uint8_t lit_string_hash_t;
*/
#define LIT_STRING_HASH_BITS (sizeof (lit_string_hash_t) * JERRY_BITSINBYTE)
/**
* Number of string's last characters to use for hash calculation
*/
#define LIT_STRING_HASH_LAST_BYTES_COUNT (2)
#endif /* !LIT_GLOBALS_H */