| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index c3936a5a6a8bf8644a5a538737c3960522e7fdc2..d95d3dbf7c9cfe11747e84b9b3a6727b535353ec 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -700,12 +700,6 @@ Type* Typer::Visitor::TypeEffectPhi(Node* node) {
|
| }
|
|
|
|
|
| -Type* Typer::Visitor::TypeEffectSet(Node* node) {
|
| - UNREACHABLE();
|
| - return nullptr;
|
| -}
|
| -
|
| -
|
| Type* Typer::Visitor::TypeGuard(Node* node) {
|
| Type* input_type = Operand(node, 0);
|
| Type* guard_type = OpParameter<Type*>(node);
|
|
|