aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2019-12-11 08:53:14 -0800
committerPaul Eggert2019-12-11 08:53:33 -0800
commit73e51c9846651d361ad554a8839411980aaf182b (patch)
tree19cf42811fd1dd52605b3b4bb0e0fd9363c4d566 /src
parentea84a95bd8d43612b4a424fb93de25a68ac31d05 (diff)
downloademacs-73e51c9846651d361ad554a8839411980aaf182b.tar.gz
emacs-73e51c9846651d361ad554a8839411980aaf182b.zip
* src/xterm.c: Remove long-obsolete comments.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 9a6eda4488d..278c498125e 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -10098,8 +10098,6 @@ For details, see etc/PROBLEMS.\n",
10098 error ("%s", error_msg); 10098 error ("%s", error_msg);
10099} 10099}
10100 10100
10101/* We specifically use it before defining it, so that gcc doesn't inline it,
10102 otherwise gdb doesn't know how to properly put a breakpoint on it. */
10103static void x_error_quitter (Display *, XErrorEvent *); 10101static void x_error_quitter (Display *, XErrorEvent *);
10104 10102
10105/* This is the first-level handler for X protocol errors. 10103/* This is the first-level handler for X protocol errors.
@@ -10129,9 +10127,6 @@ x_error_handler (Display *display, XErrorEvent *event)
10129 10127
10130/* .gdbinit puts a breakpoint here, so make sure it is not inlined. */ 10128/* .gdbinit puts a breakpoint here, so make sure it is not inlined. */
10131 10129
10132/* On older GCC versions, just putting x_error_quitter
10133 after x_error_handler prevents inlining into the former. */
10134
10135static void NO_INLINE 10130static void NO_INLINE
10136x_error_quitter (Display *display, XErrorEvent *event) 10131x_error_quitter (Display *display, XErrorEvent *event)
10137{ 10132{