Index: src/compiler/typer.h |
diff --git a/src/compiler/typer.h b/src/compiler/typer.h |
index 2cb0f51fd55ed26413e809672a2716d80ba42bb4..8491d914af058c87e1f8cfce1aa3959befdf50f0 100644 |
--- a/src/compiler/typer.h |
+++ b/src/compiler/typer.h |
@@ -21,7 +21,6 @@ class Typer { |
~Typer(); |
void Run(); |
- void Narrow(Node* node); |
Graph* graph() { return graph_; } |
MaybeHandle<Context> context() { return context_; } |
@@ -31,7 +30,6 @@ class Typer { |
private: |
class Visitor; |
class RunVisitor; |
- class NarrowVisitor; |
class WidenVisitor; |
class Decorator; |