From: Eli Zaretskii Date: Wed, 21 Feb 2024 15:16:45 +0000 (+0200) Subject: Remove redundant call to 'eln_load_path_final_clean_up' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e49ef5d94808a57f3e0443186c7762b8fd7bbf3;p=emacs.git Remove redundant call to 'eln_load_path_final_clean_up' * src/emacs.c (shut_down_emacs): Remove redundant call to 'eln_load_path_final_clean_up'. We call it from 'kill-emacs' right before the call to 'exit'. (cherry picked from commit 8987e1b093b07756d18c861d1c7febb85fe88bef) --- diff --git a/src/emacs.c b/src/emacs.c index 97c65fbfd33..f4bfb9a6bbd 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -3116,10 +3116,6 @@ shut_down_emacs (int sig, Lisp_Object stuff) check_message_stack (); } -#ifdef HAVE_NATIVE_COMP - eln_load_path_final_clean_up (); -#endif - #ifdef MSDOS dos_cleanup (); #endif