Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 11928e684a1020eb6a44054782f378f9b5da5281..22b5a5bdc4bb23c6772e40e581cfb86bdaebffbf 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -48,14 +48,6 @@ class Factory V8_FINAL { |
int number_of_heap_ptr_entries, |
int number_of_int32_entries); |
- Handle<SeededNumberDictionary> NewSeededNumberDictionary( |
- int at_least_space_for); |
- |
- Handle<UnseededNumberDictionary> NewUnseededNumberDictionary( |
- int at_least_space_for); |
- |
- Handle<NameDictionary> NewNameDictionary(int at_least_space_for); |
- |
Handle<ObjectHashTable> NewObjectHashTable( |
int at_least_space_for, |
MinimumCapacity capacity_option = USE_DEFAULT_MINIMUM_CAPACITY); |