diff options
author | Araq <rumpf_a@web.de> | 2015-01-29 03:08:41 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-01-29 03:08:41 +0100 |
commit | 8710a3738470e19e0d05c8e68db0803100caf3d8 (patch) | |
tree | 2169fe70ef9b4acf33379d5d6e33ffbd0c9d06ec /compiler/service.nim | |
parent | ebda8e89e15e3af88822fb2dd57c108830609ec6 (diff) | |
download | Nim-8710a3738470e19e0d05c8e68db0803100caf3d8.tar.gz |
nimsuggest: sane dirty buffer handling
Diffstat (limited to 'compiler/service.nim')
-rw-r--r-- | compiler/service.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/service.nim b/compiler/service.nim index d84fdf060..1d51ef2a1 100644 --- a/compiler/service.nim +++ b/compiler/service.nim @@ -45,8 +45,6 @@ proc serve*(action: proc (){.nimcall.}) = curCaasCmd = cmd processCmdLine(passCmd2, cmd) action() - gDirtyBufferIdx = 0 - gDirtyOriginalIdx = 0 gErrorCounter = 0 let typ = getConfigVar("server.type") |