]> git.eshelyaron.com Git - emacs.git/commitdiff
remove native-load-history
authorAndrea Corallo <akrl@sdf.org>
Tue, 19 Nov 2019 20:35:18 +0000 (21:35 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:38:08 +0000 (11:38 +0100)
src/comp.c

index 3687bdb86a99fb4c790fe9875dd4287b7fc1f9e2..31f6c8dbd25cca7bde4233c9b30717cae62f8101 100644 (file)
@@ -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