diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-11 08:53:14 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-11 08:53:33 -0800 |
commit | 73e51c9846651d361ad554a8839411980aaf182b (patch) | |
tree | 19cf42811fd1dd52605b3b4bb0e0fd9363c4d566 | |
parent | ea84a95bd8d43612b4a424fb93de25a68ac31d05 (diff) | |
download | emacs-73e51c9846651d361ad554a8839411980aaf182b.tar.gz |
* src/xterm.c: Remove long-obsolete comments.
-rw-r--r-- | src/xterm.c | 5 |
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", 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) { |