removed scopes in follow_statement and so on

This commit is contained in:
David Halter
2012-07-12 00:47:42 +02:00
parent b840648ef3
commit 28f12865d2
2 changed files with 14 additions and 31 deletions

View File

@@ -200,7 +200,7 @@ def prepare_goto(source, row, column, source_path, is_like_search):
stmt.line_nr = row + 1
stmt.indent = column
stmt.parent = scope
scopes = evaluate.follow_statement(stmt, scope=scope)
scopes = evaluate.follow_statement(stmt)
if is_like_search:
return scopes, path, dot, like