diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-04-23 06:21:19 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-04-23 06:21:19 -0700 |
commit | a361c89773e5faa9a0abde94361b1060e939ba66 (patch) | |
tree | 796a7e04c70ad209ba7897179901dc9fa4645431 /share | |
parent | 5be52d3b6f09880e67b3d917a21d4cc7c62a93a0 (diff) | |
download | txr-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.
Diffstat (limited to 'share')
-rw-r--r-- | share/txr/stdlib/compiler.tl | 1 |
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)) |