diff options
Diffstat (limited to 'JavaScriptCore/runtime/PropertyMapHashTable.h')
-rw-r--r-- | JavaScriptCore/runtime/PropertyMapHashTable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/JavaScriptCore/runtime/PropertyMapHashTable.h b/JavaScriptCore/runtime/PropertyMapHashTable.h index 5b63f79..44dc2b8 100644 --- a/JavaScriptCore/runtime/PropertyMapHashTable.h +++ b/JavaScriptCore/runtime/PropertyMapHashTable.h @@ -61,7 +61,6 @@ namespace JSC { unsigned size; unsigned keyCount; unsigned deletedSentinelCount; - unsigned anonymousSlotCount; unsigned lastIndexUsed; Vector<unsigned>* deletedOffsets; unsigned entryIndices[1]; |