From 26f38367e948afc6ee61b1860410c5c527a714fa Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Tue, 2 Apr 2013 20:47:10 -0400 Subject: [PATCH] cleaning the last bit up --- hy/compiler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hy/compiler.py b/hy/compiler.py index 69ce2bf..d45d75d 100644 --- a/hy/compiler.py +++ b/hy/compiler.py @@ -357,7 +357,6 @@ class HyASTCompiler(object): if expr != []: cond = self.compile(expr.pop(0)) - lcmp = None ret = ast.ListComp( lineno=expr.start_line, col_offset=expr.start_column,