Remove an outdated comment
This commit is contained in:
parent
5610d7dedf
commit
467b300e6c
@ -212,8 +212,6 @@ class Result(object):
|
|||||||
ctx=ast.Load(),
|
ctx=ast.Load(),
|
||||||
lineno=lineno,
|
lineno=lineno,
|
||||||
col_offset=col_offset)
|
col_offset=col_offset)
|
||||||
# XXX: Likely raise Exception here - this will assertionfail
|
|
||||||
# pypy since the ast will be out of numerical order.
|
|
||||||
|
|
||||||
def expr_as_stmt(self):
|
def expr_as_stmt(self):
|
||||||
"""Convert the Result's expression context to a statement
|
"""Convert the Result's expression context to a statement
|
||||||
|
Loading…
Reference in New Issue
Block a user