From e97826ab845597fe09be43b2df888e96c7502bee Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Tue, 19 Nov 2019 21:35:18 +0100 Subject: [PATCH] remove native-load-history --- src/comp.c | 6 ------ 1 file changed, 6 deletions(-) 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