Index: src/ast/ast.h |
diff --git a/src/ast/ast.h b/src/ast/ast.h |
index 69756b8e64cea32a71f1d58f54ae3509994abc46..9b738e04526f64373ab098acccdda35cecd3d9ca 100644 |
--- a/src/ast/ast.h |
+++ b/src/ast/ast.h |
@@ -197,7 +197,6 @@ class AstNode: public ZoneObject { |
int position() const { return position_; } |
#ifdef DEBUG |
- void PrettyPrint(Isolate* isolate); |
void Print(Isolate* isolate); |
#endif // DEBUG |