From 766b923fbbd521ab739c402279e4571dda935fc4 Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Tue, 16 Mar 2010 01:02:28 -0400 Subject: [PATCH] remove deprecated code --HG-- branch : pmacs2 --- tab.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tab.py b/tab.py index 08f3441..7e3db85 100644 --- a/tab.py +++ b/tab.py @@ -411,8 +411,6 @@ class StackTabber2(Tabber): if i == 0 and self.stack and self.stack[-1].name == 'continue': self.stack.pop() if t.string in self.open_scope_tokens.get(t.name, set()): - #self._pop_while('continue', 'control') - #self._pop_while('continue') self._pop('continue', 'control') if i == 0 and t.string in self.open_scope_tokens.get(t.name, set()): self._save_curr_level()