From 5937088e441b3800284f22a44d609bb3f68ca470 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 14 Feb 2012 18:19:26 -0700 Subject: [PATCH] Remove unused variable from Prim_fixnum_lsh. --- src/microcode/fixnum.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/microcode/fixnum.c b/src/microcode/fixnum.c index 062866014..3af0dae67 100644 --- a/src/microcode/fixnum.c +++ b/src/microcode/fixnum.c @@ -281,7 +281,6 @@ DEFINE_PRIMITIVE ("FIXNUM-LSH", Prim_fixnum_lsh, 2, 2, 0) { unsigned long x = (arg_unsigned_fixnum (1)); long y = (arg_fixnum (2)); - unsigned long z; LOGICAL_RESULT (FIXNUM_LSH (x, y)); } -- 2.25.1