]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove redundant call to 'eln_load_path_final_clean_up'
authorEli Zaretskii <eliz@gnu.org>
Wed, 21 Feb 2024 15:16:45 +0000 (17:16 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:37:58 +0000 (18:37 +0100)
* 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)

src/emacs.c

index 97c65fbfd330bbfaa65a7d84ca1db1d1e2e9017b..f4bfb9a6bbdfd801b44771fd4f31fba5ee2a1ebd 100644 (file)
@@ -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