From: Andrea Corallo Date: Tue, 19 Nov 2019 20:35:18 +0000 (+0100) Subject: remove native-load-history X-Git-Tag: emacs-28.0.90~2727^2~967 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e97826ab845597fe09be43b2df888e96c7502bee;p=emacs.git remove native-load-history --- diff --git a/src/comp.c b/src/comp.c index 3687bdb86a9..31f6c8dbd25 100644 --- a/src/comp.c +++ b/src/comp.c @@ -3343,8 +3343,6 @@ DEFUN ("native-elisp-load", Fnative_elisp_load, Snative_elisp_load, 1, 1, 0, Frequire (Qadvice, Qnil, Qnil); - Vnative_load_history = Fcons (file, Vnative_load_history); - dynlib_handle_ptr handle = dynlib_open (SSDATA (file)); load_handle_stack = Fcons (make_mint_ptr (handle), load_handle_stack); if (!handle) @@ -3431,10 +3429,6 @@ syms_of_comp (void) doc: /* The compiler context. */); Vcomp_ctxt = Qnil; - DEFVAR_LISP ("native-load-history", Vnative_load_history, - doc: /* List with the history of the eln loaded. */); - Vnative_load_history = Qnil; - /* Load mechanism. */ staticpro (&Vnative_elisp_refs_hash); Vnative_elisp_refs_hash