Revision: 18717
Author: [email protected]
Date: Tue Jan 21 16:05:51 2014 UTC
Log: Experimental parser: remove dead code.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/143693004
http://code.google.com/p/v8/source/detail?r=18717
Modified:
/branches/experimental/parser/tools/lexer_generator/nfa_builder.py
=======================================
--- /branches/experimental/parser/tools/lexer_generator/nfa_builder.py Tue
Jan 21 15:06:44 2014 UTC
+++ /branches/experimental/parser/tools/lexer_generator/nfa_builder.py Tue
Jan 21 16:05:51 2014 UTC
@@ -314,10 +314,6 @@
def catch_all():
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.