Index: src/handles.cc |
diff --git a/src/handles.cc b/src/handles.cc |
index c02801f735189f6d03c25464803fd6f7cf62a3af..48114d91a71a3c396b29df5208674308f32cc99e 100644 |
--- a/src/handles.cc |
+++ b/src/handles.cc |
@@ -169,12 +169,6 @@ void SetExpectedNofProperties(Handle<JSFunction> func, int nof) { |
} |
-void SetPrototypeProperty(Handle<JSFunction> func, Handle<JSObject> value) { |
- CALL_HEAP_FUNCTION_VOID(func->GetIsolate(), |
- func->SetPrototype(*value)); |
-} |
- |
- |
static int ExpectedNofPropertiesFromEstimate(int estimate) { |
// If no properties are added in the constructor, they are more likely |
// to be added later. |