1
0
forked from VimPlug/jedi

removed merged Statement.used_funcs and used_vars (made no sense)

This commit is contained in:
David Halter
2013-02-21 21:30:57 +04:30
parent 774c191d7e
commit 9690cf3eaf
3 changed files with 16 additions and 24 deletions
+2 -2
View File
@@ -508,7 +508,7 @@ class Execution(Executable):
arr.values = values
key_stmts = []
for key in keys:
stmt = pr.Statement(self._sub_module, [], [], [], [],
stmt = pr.Statement(self._sub_module, [], [], [],
start_pos, None)
stmt._commands = [key]
key_stmts.append(stmt)
@@ -624,7 +624,7 @@ class Execution(Executable):
old = stmt
# generate a statement if it's not already one.
module = builtin.Builtin.scope
stmt = pr.Statement(module, [], [], [], [], (0, 0), None)
stmt = pr.Statement(module, [], [], [], (0, 0), None)
stmt._commands = [old]
# *args