1
0
forked from VimPlug/jedi

simplified flowscope stuff again

This commit is contained in:
Dave Halter
2014-01-06 16:35:15 +01:00
parent 3f80de34e3
commit 117a9d8cf2

View File

@@ -241,11 +241,6 @@ class NameFinder(object):
if n:
result = n
break
if result:
break
if flow_scope == nscope:
break
flow_scope = flow_scope.parent
if not result and isinstance(nscope, er.Instance):