removed dead code
authorStefan Behnel <scoder@users.berlios.de>
Sat, 14 Mar 2009 22:03:06 +0000 (23:03 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 14 Mar 2009 22:03:06 +0000 (23:03 +0100)
Cython/Plex/Scanners.py

index d05f909c45e272e1ec9e140ec8a736eaee8b08f7..4925332264b12c33eb920b59c6984d2a7c2a9066 100644 (file)
@@ -132,10 +132,6 @@ class Scanner(object):
     self.start_pos = self.cur_pos
     self.start_line = self.cur_line
     self.start_col = self.cur_pos - self.cur_line_start
-#        if self.trace:
-#            action = self.run_machine()
-#        else:
-#            action = self.run_machine_inlined()
     action = self.run_machine_inlined()
     if action is not None:
       if self.trace: