Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Nov 14, 2018
1 parent 611dc5f commit a71ff18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nimsuggest/nimsuggest.nim
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,7 @@ proc mainThread(graph: ModuleGraph) =
conf.suggestionResultHook = sugResultHook
graph.doStopCompile = proc (): bool = requests.peek() > 0
var idle = 0

var suggestData = newSuggestData(graph)

while true:
let (hasData, req) = requests.tryRecv()
if hasData:
Expand Down

0 comments on commit a71ff18

Please sign in to comment.