summary refs log tree commit diff stats
path: root/compiler/docgen.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-05-27 23:38:49 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-05-27 23:38:49 +0200
commit73799903eec8fce83ccd0dbf6520b29ae1049ecc (patch)
tree842ecd4a84313224eaf12cf78e4cf101fcf55ec0 /compiler/docgen.nim
parentc640bd2d1bb283bcbd87da11d6b16e5f9bd39bdc (diff)
downloadNim-73799903eec8fce83ccd0dbf6520b29ae1049ecc.tar.gz
removed global variable from rstgen.nim
Diffstat (limited to 'compiler/docgen.nim')
-rw-r--r--compiler/docgen.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/docgen.nim b/compiler/docgen.nim
index e39b38365..d463dc3c0 100644
--- a/compiler/docgen.nim
+++ b/compiler/docgen.nim
@@ -853,7 +853,6 @@ proc commandRst2Html*(cache: IdentCache, conf: ConfigRef) =
   commandRstAux(cache, conf, conf.projectFull, HtmlExt)
 
 proc commandRst2TeX*(cache: IdentCache, conf: ConfigRef) =
-  splitter = "\\-"
   commandRstAux(cache, conf, conf.projectFull, TexExt)
 
 proc commandJson*(cache: IdentCache, conf: ConfigRef) =