1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

* src/xterm.c: Remove long-obsolete comments.

This commit is contained in:
Paul Eggert 2019-12-11 08:53:14 -08:00
parent ea84a95bd8
commit 73e51c9846

View File

@ -10098,8 +10098,6 @@ For details, see etc/PROBLEMS.\n",
error ("%s", error_msg);
}
/* We specifically use it before defining it, so that gcc doesn't inline it,
otherwise gdb doesn't know how to properly put a breakpoint on it. */
static void x_error_quitter (Display *, XErrorEvent *);
/* This is the first-level handler for X protocol errors.
@ -10129,9 +10127,6 @@ x_error_handler (Display *display, XErrorEvent *event)
/* .gdbinit puts a breakpoint here, so make sure it is not inlined. */
/* On older GCC versions, just putting x_error_quitter
after x_error_handler prevents inlining into the former. */
static void NO_INLINE
x_error_quitter (Display *display, XErrorEvent *event)
{