wingo pushed a commit to branch lightning
in repository guile.
commit d36aa43f273e6b36577a67a0f4bd66bb59b3a573
Author: Paolo Bonzini <[email protected]>
Date: Thu Nov 25 10:14:11 2004 +0000
remove unused variable.
2004-11-26 Paolo Bonzini <[email protected]>
* lightning/ppc/funcs.h (_jit_epilog): Remove unused variable.
git-archimport-id: [email protected]/lightning--stable--1.2--patch-12
---
ChangeLog | 4 ++++
lightning/ppc/funcs.h | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index a802194..0436bbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-26 Paolo Bonzini <[email protected]>
+
+ * lightning/ppc/funcs.h (_jit_epilog): Remove unused variable.
+
2004-11-13 Paolo Bonzini <[email protected]>
* lightning/i386/funcs.h [__linux__]: Include sys/mman.h.
diff --git a/lightning/ppc/funcs.h b/lightning/ppc/funcs.h
index a4a94b8..37e2b38 100644
--- a/lightning/ppc/funcs.h
+++ b/lightning/ppc/funcs.h
@@ -89,7 +89,7 @@ static void
_jit_epilog(jit_state *jit)
{
int n = _jitl.nbArgs;
- int frame_size, i, ofs;
+ int frame_size, ofs;
int first_saved_reg = JIT_AUX - n;
int num_saved_regs = 32 - first_saved_reg;