Index: src/compiler/common-operator.h |
diff --git a/src/compiler/common-operator.h b/src/compiler/common-operator.h |
index 5d0a6df31da115b088776bc4e6be4fd4d18a5f35..aaa26c6005d64aaf0fb2264ce10027a087d9b168 100644 |
--- a/src/compiler/common-operator.h |
+++ b/src/compiler/common-operator.h |
@@ -386,12 +386,6 @@ class V8_EXPORT_PRIVATE CommonOperatorBuilder final |
// with {size} inputs. |
const Operator* ResizeMergeOrPhi(const Operator* op, int size); |
- // Simd Operators |
- const Operator* Int32x4ExtractLane(int32_t); |
- const Operator* Int32x4ReplaceLane(int32_t); |
- const Operator* Float32x4ExtractLane(int32_t); |
- const Operator* Float32x4ReplaceLane(int32_t); |
- |
// Constructs function info for frame state construction. |
const FrameStateFunctionInfo* CreateFrameStateFunctionInfo( |
FrameStateType type, int parameter_count, int local_count, |