compiler: remove old TODO entry

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2013-04-07 23:14:42 +02:00
parent 3cc165545d
commit f5dc569de4

View File

@ -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,