Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index e5b8ce6de4276d474a511f33351c3687f4619103..94feed24a2adde61ae6666158f0a4eefb523c627 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -261,8 +261,6 @@ class Factory { |
Handle<JSObject> NewFunctionPrototype(Handle<JSFunction> function); |
- Handle<Map> NewInitialMap(Handle<JSFunction> function); |
- |
Handle<Map> CopyWithPreallocatedFieldDescriptors(Handle<Map> map); |
// Copy the map adding more inobject properties if possible without |