Chromium Code Reviews| Index: src/ast/ast.cc |
| diff --git a/src/ast/ast.cc b/src/ast/ast.cc |
| index c0f6f9e9ad636ccb2fc867e3c6ab186fcdd3ca1d..1b05c1d3dab793e9747e04726250190b073d7cc3 100644 |
| --- a/src/ast/ast.cc |
| +++ b/src/ast/ast.cc |
| @@ -41,10 +41,6 @@ void AstNode::Print(Isolate* isolate) { |
| } |
| -void AstNode::PrettyPrint(Isolate* isolate) { |
| - PrettyPrinter::PrintOut(isolate, this); |
| -} |
| - |
| #endif // DEBUG |