mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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:
parent
e191794118
commit
7a88ddec08
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user