From f5dc569de402fbca9a98a02afe77d9c86f3c9ba1 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sun, 7 Apr 2013 23:14:42 +0200 Subject: [PATCH] compiler: remove old TODO entry Signed-off-by: Julien Danjou --- hy/compiler.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/hy/compiler.py b/hy/compiler.py index e990a41..f0b6388 100644 --- a/hy/compiler.py +++ b/hy/compiler.py @@ -679,9 +679,6 @@ class HyASTCompiler(object): expression.pop(0) # for name, iterable = expression.pop(0) target = self._storeize(self.compile_symbol(name)) - # support stuff like: - # (for [x [1 2 3 4] - # y [a b c d]] ...) ret = ast.For(lineno=expression.start_line, col_offset=expression.start_column,