Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: scripts/outASTML.js

Issue 29350140: Issue 4353 - Remove non standard for each syntax (Closed)
Patch Set: Removed unused code Created Aug. 24, 2016, 2:40 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/findInterfaces.js ('k') | utils/astml.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/outASTML.js
diff --git a/scripts/outASTML.js b/scripts/outASTML.js
deleted file mode 100644
index 3efa7d475917b7783dd8ef251b13a2614d4dd7f9..0000000000000000000000000000000000000000
--- a/scripts/outASTML.js
+++ /dev/null
@@ -1,7 +0,0 @@
-include("../utils/astml.js");
-
-function process_js(pn, file) {
- dump_ast(pn);
- let ast = makeAST(pn);
- dump_trueast(ast);
-}
« no previous file with comments | « scripts/findInterfaces.js ('k') | utils/astml.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld