compiler: remove old TODO entry
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
3cc165545d
commit
f5dc569de4
@ -679,9 +679,6 @@ class HyASTCompiler(object):
|
|||||||
expression.pop(0) # for
|
expression.pop(0) # for
|
||||||
name, iterable = expression.pop(0)
|
name, iterable = expression.pop(0)
|
||||||
target = self._storeize(self.compile_symbol(name))
|
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,
|
ret = ast.For(lineno=expression.start_line,
|
||||||
col_offset=expression.start_column,
|
col_offset=expression.start_column,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user