Browse Source

Update config.h

blueloveTH 1 year ago
parent
commit
1f5e69972a
1 changed files with 0 additions and 6 deletions
  1. 0 6
      include/pocketpy/common/config.h

+ 0 - 6
include/pocketpy/common/config.h

@@ -51,12 +51,6 @@
 // (not recommended to change this)
 #define PK_MAX_CO_VARNAMES          64
 
-// Hash table load factor (smaller ones mean less collision but more memory)
-// For class instance
-#define PK_INST_ATTR_LOAD_FACTOR    0.67f
-// For class itself
-#define PK_TYPE_ATTR_LOAD_FACTOR    0.5f
-
 #ifdef _WIN32
     #define PK_PLATFORM_SEP '\\'
 #else