]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Minor cleanups in tui-io.c
authorTom Tromey <tom@tromey.com>
Sun, 2 Sep 2018 00:44:33 +0000 (18:44 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 19 Oct 2018 23:22:27 +0000 (17:22 -0600)
commit84371624ada07e6f107ee14c48a609466055fe0d
tree53146dcd8ebf2c747585e75c98093bb5d1922308
parent22ad8107d35d833db000e5a5050c0f53af7af51f
Minor cleanups in tui-io.c

I noticed that a couple of functions in tui-io.c could be static, and
that a couple more were unused and could be removed.

gdb/ChangeLog
2018-10-19  Tom Tromey  <tom@tromey.com>

* tui/tui-io.h (key_is_start_sequence, key_is_end_sequence)
(key_is_backspace, tui_getc): Don't declare.
* tui/tui-io.c (key_is_start_sequence): Now static.
(key_is_end_sequence, key_is_backspace): Remove.
(tui_getc): Now static.
gdb/ChangeLog
gdb/tui/tui-io.c
gdb/tui/tui-io.h