Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index 343d08904476b1373cabc6a621d71a6c4201544b..8a5eee50ba28a88092081a0ec13cbe36e2be292f 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -163,10 +163,6 @@ class V8_EXPORT_PRIVATE CodeFactory final { |
static Callable NewRestParameterElements(Isolate* isolate); |
static Callable AllocateHeapNumber(Isolate* isolate); |
-#define SIMD128_ALLOC(TYPE, Type, type, lane_count, lane_type) \ |
- static Callable Allocate##Type(Isolate* isolate); |
- SIMD128_TYPES(SIMD128_ALLOC) |
-#undef SIMD128_ALLOC |
static Callable ArgumentAdaptor(Isolate* isolate); |
static Callable Call(Isolate* isolate, |