1
0
forked from VimPlug/jedi

Remove code that is not used anymore

This commit is contained in:
Dave Halter
2019-05-30 01:29:56 +02:00
parent df038d8f05
commit c6dcfcdf6d

View File

@@ -197,12 +197,6 @@ class NameFinder(object):
not self._name_context.is_instance():
flow_scope = self._name
base_nodes = [self._name_context.tree_node]
try:
stub_node = self._name_context.stub_context.tree_node
except AttributeError:
pass
else:
base_nodes.append(stub_node)
if any(b.type == 'comp_for' for b in base_nodes):
return contexts