mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 12:57:34 +00:00
Clean-up unused variable into load_comp_unit
This commit is contained in:
parent
15aedf3e3d
commit
d71801ea34
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue