From 14b40077962e1947e60c2f846f6df7c47f660a43 Mon Sep 17 00:00:00 2001 From: moculus Date: Fri, 10 Apr 2009 15:30:29 +0000 Subject: [PATCH] --HG-- branch : pmacs2 --- mode/c.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mode/c.py b/mode/c.py index 125a104..40fdd10 100644 --- a/mode/c.py +++ b/mode/c.py @@ -133,9 +133,6 @@ class CTabber2(tab.StackTabber2): def _is_ignored(self, t): return t.fqisa('spaces', 'eol', 'c.comment', 'c.comment.start', 'c.comment.data', 'c.comment.null', 'c.comment.end') - #return t.fqname() in ('spaces', 'eol', 'c.comment', 'c.comment.start', - # 'c.comment.data', 'c.comment.null', - # 'c.comment.end') class CCheckSyntax(Exec): '''Build this C program (using the mode's make cmd)'''