summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-04-23 06:21:19 -0700
committerKaz Kylheku <kaz@kylheku.com>2018-04-23 06:21:19 -0700
commita361c89773e5faa9a0abde94361b1060e939ba66 (patch)
tree796a7e04c70ad209ba7897179901dc9fa4645431
parent5be52d3b6f09880e67b3d917a21d4cc7c62a93a0 (diff)
downloadtxr-a361c89773e5faa9a0abde94361b1060e939ba66.tar.gz
txr-a361c89773e5faa9a0abde94361b1060e939ba66.tar.bz2
txr-a361c89773e5faa9a0abde94361b1060e939ba66.zip
compiler: remove unused slot.
* share/txr/stdlib/compiler.tl (compiler): Remove the nreg slot. It is not referenced anywhere.
-rw-r--r--share/txr/stdlib/compiler.tl1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/txr/stdlib/compiler.tl b/share/txr/stdlib/compiler.tl
index 772fb6d7..dc222d54 100644
--- a/share/txr/stdlib/compiler.tl
+++ b/share/txr/stdlib/compiler.tl
@@ -111,7 +111,6 @@
(dreg-cntr 0)
(fidx-cntr 0)
(nlev 2)
- (nreg 1)
(tregs nil)
(dreg (hash :eql-based))
(data (hash :eql-based))