Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 0501b00cf16ea6b4636e2f0d7f80b44ac899274e..4c62a26083f773ef5eabbc8201b39c31820b02cc 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -615,7 +615,6 @@ namespace internal { |
#define FOR_EACH_INTRINSIC_TYPEDARRAY(F) \ |
F(ArrayBufferGetByteLength, 1, 1) \ |
- F(ArrayBufferSliceImpl, 4, 1) \ |
F(ArrayBufferNeuter, 1, 1) \ |
F(TypedArrayInitialize, 6, 1) \ |
F(TypedArrayInitializeFromArrayLike, 4, 1) \ |