diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-02-06 22:57:58 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-02-06 22:57:58 +0100 |
commit | d71801ea34b0607edd02d65e2b3150ecd7c2e8fc (patch) | |
tree | ae483fc2a34f6a56467c9fd253ad4f52b05ae011 /src | |
parent | 15aedf3e3d7814aff980098f9290396222c0ff8d (diff) | |
download | emacs-d71801ea34b0607edd02d65e2b3150ecd7c2e8fc.tar.gz emacs-d71801ea34b0607edd02d65e2b3150ecd7c2e8fc.tar.bz2 emacs-d71801ea34b0607edd02d65e2b3150ecd7c2e8fc.zip |
Clean-up unused variable into load_comp_unit
Diffstat (limited to 'src')
-rw-r--r-- | src/comp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c index 03b320bf5f4..4b1ddeda0f4 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); |