]> git.eshelyaron.com Git - emacs.git/commitdiff
Clean-up unused variable into load_comp_unit
authorAndrea Corallo <akrl@sdf.org>
Thu, 6 Feb 2020 21:57:58 +0000 (22:57 +0100)
committerAndrea Corallo <akrl@sdf.org>
Thu, 6 Feb 2020 21:57:58 +0000 (22:57 +0100)
src/comp.c

index 03b320bf5f4fe2bb644f32fb0fff481cf07a4d4d..4b1ddeda0f4f1df9e039cd31e5e839c048a3da16 100644 (file)
@@ -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);