From a361c89773e5faa9a0abde94361b1060e939ba66 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 23 Apr 2018 06:21:19 -0700 Subject: compiler: remove unused slot. * share/txr/stdlib/compiler.tl (compiler): Remove the nreg slot. It is not referenced anywhere. --- share/txr/stdlib/compiler.tl | 1 - 1 file changed, 1 deletion(-) (limited to 'share') 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)) -- cgit v1.2.3