Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: src/ast/ast.cc

Issue 1974623002: Remove AstNode::PrettyPrint, --print-source, and --print-builtin-source (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ast/ast.h ('k') | src/ast/prettyprinter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/ast/ast.h ('k') | src/ast/prettyprinter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698