Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 8be542e48618a6e84e8c416c6dcb6a7573fc93d0..972079863e48e10aae59ed632d642d2b1ffa07e9 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -309,12 +309,6 @@ Bounds Typer::Visitor::TypeEffectPhi(Node* node) { |
} |
-Bounds Typer::Visitor::TypeControlEffect(Node* node) { |
- UNREACHABLE(); |
- return Bounds(); |
-} |
- |
- |
Bounds Typer::Visitor::TypeValueEffect(Node* node) { |
UNREACHABLE(); |
return Bounds(); |