Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 3e22e40d24d0ff81d8e27e6fd5171b144fca0601..92525262643e010abfe164385315c3b2e877dedc 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -135,7 +135,6 @@ class CodeFactory final { |
static Callable Allocate##Type(Isolate* isolate); |
SIMD128_TYPES(SIMD128_ALLOC) |
#undef SIMD128_ALLOC |
- static Callable Allocate(Isolate* isolate, PretenureFlag pretenure_flag); |
static Callable ArgumentAdaptor(Isolate* isolate); |
static Callable Call(Isolate* isolate, |