Reviewers: dcarney,
Message:
Committed patchset #1 manually as r18717 (presubmit successful).
Description:
Experimental parser: remove dead code.
[email protected]
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=18717
Please review this at https://codereview.chromium.org/143693004/
SVN Base: https://v8.googlecode.com/svn/branches/experimental/parser
Affected files (+0, -4 lines):
M tools/lexer_generator/nfa_builder.py
Index: tools/lexer_generator/nfa_builder.py
diff --git a/tools/lexer_generator/nfa_builder.py
b/tools/lexer_generator/nfa_builder.py
index
59697c01154f1efc596b57ce6339cabf12ea8263..898e29692a687fd4ba32ae13b7fa7c8a54115524
100644
--- a/tools/lexer_generator/nfa_builder.py
+++ b/tools/lexer_generator/nfa_builder.py
@@ -315,10 +315,6 @@ class NfaBuilder(object):
return ('CATCH_ALL',)
@staticmethod
- def epsilon():
- return ('EPSILON',)
-
- @staticmethod
def join_subgraph(graph, name, subgraph):
return ('JOIN', graph, name, subgraph)
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.