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)'''