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

Unified Diff: scripts/ast.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 | « no previous file | scripts/astDecompile.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/ast.js
diff --git a/scripts/ast.js b/scripts/ast.js
deleted file mode 100644
index 98bfc61e22a3047c510ec9863eb1eddf7c5c84a6..0000000000000000000000000000000000000000
--- a/scripts/ast.js
+++ /dev/null
@@ -1,7 +0,0 @@
-// This just dumps out an ast for your viewing pleasure.
-
-include("../utils/dumpast.js");
-
-function process_js(ast) {
- dump_ast(ast);
-}
« no previous file with comments | « no previous file | scripts/astDecompile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld