diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-08-11 23:13:11 +0200 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-08-11 23:13:11 +0200 |
commit | afbff2d5040ce219c62fa6b9298ed2a8cfc2406b (patch) | |
tree | d853536dd10c18b12aabea3c280a6ecae10e5c7b /rod/astalgo.nim | |
parent | 040c57f0a566b257ab7fcca4c6557be4b3c76f24 (diff) | |
download | Nim-afbff2d5040ce219c62fa6b9298ed2a8cfc2406b.tar.gz |
c2nim: new features & bugfixes
Diffstat (limited to 'rod/astalgo.nim')
-rwxr-xr-x | rod/astalgo.nim | 1 |
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 = |