Commit 3c52162e authored by Stefan Behnel's avatar Stefan Behnel

deleted duplicated method

parent 0ee408c9
......@@ -4642,11 +4642,6 @@ class InlinedGeneratorExpressionNode(ScopedExprNode):
def analyse_scoped_declarations(self, env):
self.loop.analyse_declarations(env)
def analyse_types(self, env):
if not self.has_local_scope:
self.loop.analyse_expressions(env)
self.is_temp = True
def may_be_none(self):
return False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment