emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp d71801e: Clean-up unused variable into load_comp_uni


From: Andrea Corallo
Subject: feature/native-comp d71801e: Clean-up unused variable into load_comp_unit
Date: Thu, 6 Feb 2020 17:10:12 -0500 (EST)

branch: feature/native-comp
commit d71801ea34b0607edd02d65e2b3150ecd7c2e8fc
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    Clean-up unused variable into load_comp_unit
---
 src/comp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/comp.c b/src/comp.c
index 03b320b..4b1dded 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -3291,7 +3291,6 @@ void
 load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, bool loading_dump)
 {
   dynlib_handle_ptr handle = comp_u->handle;
-  Lisp_Object lisp_handle = make_mint_ptr (handle);
   Lisp_Object comp_u_lisp_obj;
   XSETNATIVE_COMP_UNIT (comp_u_lisp_obj, comp_u);
 



reply via email to

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