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,