Index: src/code-factory.cc |
diff --git a/src/code-factory.cc b/src/code-factory.cc |
index cfb6ca7a59e23165f912f39be808e0b5029850db..6041eec5d33cbfcf3a733651ab94eea01d984ca6 100644 |
--- a/src/code-factory.cc |
+++ b/src/code-factory.cc |
@@ -499,13 +499,6 @@ Callable CodeFactory::AllocateHeapNumber(Isolate* isolate) { |
return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); |
} |
- |
-// static |
-Callable CodeFactory::AllocateMutableHeapNumber(Isolate* isolate) { |
- AllocateMutableHeapNumberStub stub(isolate); |
- return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); |
-} |
- |
#define SIMD128_ALLOC(TYPE, Type, type, lane_count, lane_type) \ |
Callable CodeFactory::Allocate##Type(Isolate* isolate) { \ |
Allocate##Type##Stub stub(isolate); \ |