From f57baaba496a48861ebf236f9416e42d3f95c1de Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 2 Jul 2012 13:54:33 -0700 Subject: Clean-up unused variable --- Tools/scripts/pycolorize.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/scripts/pycolorize.py b/Tools/scripts/pycolorize.py index 2278e16..3a9c95e 100755 --- a/Tools/scripts/pycolorize.py +++ b/Tools/scripts/pycolorize.py @@ -24,7 +24,6 @@ def colorize(source): lines = source.splitlines(True) lines.append('') readline = functools.partial(next, iter(lines), '') - actions = [] kind = tok_str = '' tok_type = tokenize.COMMENT written = (1, 0) -- cgit v0.12