Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 6ef16df97c46264ee39907b37fe91f6e3a859bca..0f1183c7b9a8f4282a97b9760df82f6e06cc2631 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1962,7 +1962,6 @@ |
Type* Typer::Visitor::TypeLoad(Node* node) { return Type::Any(); } |
-Type* Typer::Visitor::TypeStackSlot(Node* node) { return Type::Any(); } |
Type* Typer::Visitor::TypeStore(Node* node) { |
UNREACHABLE(); |