Remove some useless code.

This commit is contained in:
Dave Halter
2017-07-23 21:50:53 +02:00
parent a13f1a18a9
commit 42842a6949

View File

@@ -7,13 +7,6 @@ _STAR_EXPR_PARENTS = ('testlist_star_expr', 'testlist_comp', 'exprlist')
# This is the maximal block size given by python.
_MAX_BLOCK_SIZE = 20
class CompressNormalizer(Normalizer):
"""
Removes comments and whitespace.
"""
def normalize(self, leaf):
return leaf.prefix + leaf.value
def _iter_stmts(scope):
"""