summary refs log tree commit diff stats
path: root/rod/astalgo.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2010-08-11 23:13:11 +0200
committerAndreas Rumpf <andreas@andreas-desktop>2010-08-11 23:13:11 +0200
commitafbff2d5040ce219c62fa6b9298ed2a8cfc2406b (patch)
treed853536dd10c18b12aabea3c280a6ecae10e5c7b /rod/astalgo.nim
parent040c57f0a566b257ab7fcca4c6557be4b3c76f24 (diff)
downloadNim-afbff2d5040ce219c62fa6b9298ed2a8cfc2406b.tar.gz
c2nim: new features & bugfixes
Diffstat (limited to 'rod/astalgo.nim')
-rwxr-xr-xrod/astalgo.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/rod/astalgo.nim b/rod/astalgo.nim
index f3e573d84..596531d0c 100755
--- a/rod/astalgo.nim
+++ b/rod/astalgo.nim
@@ -739,7 +739,6 @@ proc IdTablePut(t: var TIdTable, key: PIdObj, val: PObject) =
     inc(t.counter)
 
 proc writeIdNodeTable(t: TIdNodeTable) = 
-  var h: THash
   nil
 
 proc IdNodeTableRawGet(t: TIdNodeTable, key: PIdObj): int =