emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 0d7c893: * src/comp.c (Fcomp__compile_ctxt_to_file):


From: Andrea Corallo
Subject: feature/native-comp 0d7c893: * src/comp.c (Fcomp__compile_ctxt_to_file): Clean-up unused variable.
Date: Wed, 17 Feb 2021 13:10:22 -0500 (EST)

branch: feature/native-comp
commit 0d7c893203087d60f0ce549521f4c715c87a7038
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * src/comp.c (Fcomp__compile_ctxt_to_file): Clean-up unused variable.
---
 src/comp.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/comp.c b/src/comp.c
index c9d1495..5e95161 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -4376,8 +4376,6 @@ DEFUN ("comp--compile-ctxt-to-file", 
Fcomp__compile_ctxt_to_file,
   comp.d_ephemeral_idx =
     CALL1I (comp-data-container-idx, CALL1I (comp-ctxt-d-ephemeral, 
Vcomp_ctxt));
 
-  ptrdiff_t count = 0;
-
   emit_ctxt_code ();
 
   /* Define inline functions.  */



reply via email to

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