Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index aececc004da247fc91c5c227b164dec2d7f38832..a4e3c64911f08fd4b58c73b3dcd7f31cb9964feb 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -717,10 +717,6 @@ |
Type* Typer::Visitor::TypeLoopExitEffect(Node* node) { |
UNREACHABLE(); |
return nullptr; |
-} |
- |
-Type* Typer::Visitor::TypeEnsureWritableFastElements(Node* node) { |
- return Operand(node, 1); |
} |
Type* Typer::Visitor::TypeTransitionElementsKind(Node* node) { |