Delete commented out code from signal_or_quit

* src/eval.c (signal_or_quit): Delete code commented out since 2001.
This commit is contained in:
Stefan Kangas 2024-07-16 02:00:52 +02:00
parent fcb4d89aaa
commit 72c8e0df87

View file

@ -1857,14 +1857,6 @@ signal_or_quit (Lisp_Object error_symbol, Lisp_Object data, bool continuable)
if (gc_in_progress || waiting_for_input)
emacs_abort ();
#if 0 /* rms: I don't know why this was here,
but it is surely wrong for an error that is handled. */
#ifdef HAVE_WINDOW_SYSTEM
if (display_hourglass_p)
cancel_hourglass ();
#endif
#endif
/* This hook is used by edebug. */
if (! NILP (Vsignal_hook_function)
&& !oom)