Fix the limit of the maximum number of directly stored properties in a hashmap (#3032)

JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
Robert Fancsik
2019-09-03 17:46:47 +02:00
committed by Dániel Bátyai
parent 952fb23e0e
commit 91e87fe34f
2 changed files with 10 additions and 10 deletions
-5
View File
@@ -123,9 +123,4 @@ typedef uint32_t lit_code_point_t;
*/
typedef uint32_t lit_string_hash_t;
/**
* Maximum value of ECMA string hash
*/
#define LIT_STRING_HASH_LIMIT UINT32_MAX
#endif /* !LIT_GLOBALS_H */