summary refs log tree commit diff stats
path: root/compiler/magicsys.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-05-14 00:59:07 +0200
committerAraq <rumpf_a@web.de>2013-05-14 00:59:07 +0200
commit635ad3b336bfcf89c3bb611156fd68f3cc953c30 (patch)
tree66decee75e670e5e30ff9bf15b05806348f63ae7 /compiler/magicsys.nim
parent9b9a18094732ec88157a11d3845d626b8970bfb9 (diff)
parentd3cf8121b7dddcea867328382113acfed845cf69 (diff)
downloadNim-635ad3b336bfcf89c3bb611156fd68f3cc953c30.tar.gz
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'compiler/magicsys.nim')
-rw-r--r--compiler/magicsys.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/magicsys.nim b/compiler/magicsys.nim
index 005ee3ae3..352b6ca04 100644
--- a/compiler/magicsys.nim
+++ b/compiler/magicsys.nim
@@ -19,7 +19,6 @@ proc registerSysType*(t: PType)
 proc getSysType*(kind: TTypeKind): PType
 proc getCompilerProc*(name: string): PSym
 proc registerCompilerProc*(s: PSym)
-proc InitSystem*(tab: var TSymTab)
 proc FinishSystem*(tab: TStrTable)
 proc getSysSym*(name: string): PSym
 # implementation
@@ -154,7 +153,6 @@ proc getCompilerProc(name: string): PSym =
 proc registerCompilerProc(s: PSym) = 
   strTableAdd(compilerprocs, s)
 
-proc InitSystem(tab: var TSymTab) = nil
 proc FinishSystem(tab: TStrTable) = nil
   
 initStrTable(compilerprocs)