From: Stefan Behnel Date: Sat, 14 Mar 2009 22:03:06 +0000 (+0100) Subject: removed dead code X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5ea2561abd51415fca49f759aec560aecf9d6f92;p=cython.git removed dead code --- diff --git a/Cython/Plex/Scanners.py b/Cython/Plex/Scanners.py index d05f909c..49253322 100644 --- a/Cython/Plex/Scanners.py +++ b/Cython/Plex/Scanners.py @@ -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: