aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2024-02-21 17:16:45 +0200
committerEli Zaretskii2024-02-21 17:16:45 +0200
commit8987e1b093b07756d18c861d1c7febb85fe88bef (patch)
tree2d3dfa2ca392847f9d1e6d05a481abc7c2899192 /src
parenta2eb123fb606af2a62ad6d0d0162255d7f0601e1 (diff)
downloademacs-8987e1b093b07756d18c861d1c7febb85fe88bef.tar.gz
emacs-8987e1b093b07756d18c861d1c7febb85fe88bef.zip
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'.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c4
1 files changed, 0 insertions, 4 deletions
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)
3116 check_message_stack (); 3116 check_message_stack ();
3117 } 3117 }
3118 3118
3119#ifdef HAVE_NATIVE_COMP
3120 eln_load_path_final_clean_up ();
3121#endif
3122
3123#ifdef MSDOS 3119#ifdef MSDOS
3124 dos_cleanup (); 3120 dos_cleanup ();
3125#endif 3121#endif