guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/09: Comment out some unused definitions


From: Andy Wingo
Subject: [Guile-commits] 01/09: Comment out some unused definitions
Date: Sun, 7 Oct 2018 10:48:01 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 03581c04d7fe211e4276399aa05e18803c263813
Author: Andy Wingo <address@hidden>
Date:   Sun Oct 7 15:57:27 2018 +0200

    Comment out some unused definitions
    
    * libguile/jit.c: Comment out unused var decls.
---
 libguile/jit.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libguile/jit.c b/libguile/jit.c
index 34bd317..efab1a6 100644
--- a/libguile/jit.c
+++ b/libguile/jit.c
@@ -247,8 +247,8 @@ static const jit_gpr_t FP = JIT_R1;
 static const jit_gpr_t T0 = JIT_V1;
 static const jit_gpr_t T1 = JIT_V2;
 static const jit_gpr_t T2 = JIT_R2;
-static const jit_gpr_t T3_OR_FP = JIT_R1;
-static const jit_gpr_t T4_OR_SP = JIT_R0;
+/* static const jit_gpr_t T3_OR_FP = JIT_R1;  */
+/* static const jit_gpr_t T4_OR_SP = JIT_R0;  */
 
 /* Sometimes you want to call out the fact that T0 and T1 are preserved
    across calls.  In that case, use these.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]