Commit b809e337 authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

REF remove dead code

parent 28c23739
......@@ -1363,16 +1363,9 @@ class NameNode(AtomicExprNode):
allow_null = False
nogil = False
def create_analysed_rvalue(pos, env, entry):
node = NameNode(pos)
node.analyse_types(env, entry=entry)
return node
def as_cython_attribute(self):
return self.cython_attribute
create_analysed_rvalue = staticmethod(create_analysed_rvalue)
def type_dependencies(self, env):
if self.entry is None:
self.entry = env.lookup(self.name)
......
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