diff options
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") |