1
0
forked from VimPlug/jedi

Remove start_parsing completely from the Parsers.

This commit is contained in:
Dave Halter
2017-03-26 12:52:37 +02:00
parent 63cafeaa87
commit b60ec024fa
5 changed files with 9 additions and 18 deletions

View File

@@ -377,7 +377,6 @@ class DiffParser(object):
self._active_parser = ParserWithRecovery(
self._grammar,
source='\n',
start_parsing=False
)
return self._active_parser.parse(tokens=tokens)