Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index bfba6f9387a74d91a73b89019e34f41b036400b2..52fdbe18134bb47520d337bdbb1ef97d2991ace3 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1520,12 +1520,6 @@ Type* Typer::Visitor::TypeJSCreateBlockContext(Node* node) { |
} |
-Type* Typer::Visitor::TypeJSCreateModuleContext(Node* node) { |
- // TODO(rossberg): this is probably incorrect |
- return WrapContextTypeForInput(node); |
-} |
- |
- |
Type* Typer::Visitor::TypeJSCreateScriptContext(Node* node) { |
return WrapContextTypeForInput(node); |
} |