Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 986298cc7be87f41738b143801e72c21f56bf980..68428dd032a6741f0e3dba638f878d68f39733a2 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -130,7 +130,6 @@ class CodeFactory final { |
static Callable FastNewStrictArguments(Isolate* isolate); |
static Callable AllocateHeapNumber(Isolate* isolate); |
- static Callable AllocateMutableHeapNumber(Isolate* isolate); |
#define SIMD128_ALLOC(TYPE, Type, type, lane_count, lane_type) \ |
static Callable Allocate##Type(Isolate* isolate); |
SIMD128_TYPES(SIMD128_ALLOC) |