diff options
author | Tom Tromey <tom@tromey.com> | 2019-07-06 08:31:57 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-07-30 16:19:59 -0600 |
commit | a2bd7b82ee2847d0b9bc6994b7248306de3a618f (patch) | |
tree | dd2ec60c308e30e6a25093f2a7edfd731ddf6639 /gdb/ChangeLog | |
parent | c0d6f62fcec939ab896e4839f6aa14ebfcd43565 (diff) | |
download | gdb-a2bd7b82ee2847d0b9bc6994b7248306de3a618f.zip gdb-a2bd7b82ee2847d0b9bc6994b7248306de3a618f.tar.gz gdb-a2bd7b82ee2847d0b9bc6994b7248306de3a618f.tar.bz2 |
Don't declare tui_copy_win or tui_box_win
tui_copy_win and tui_box_win are not implemented, so don't declare
them.
gdb/ChangeLog
2019-07-16 Tom Tromey <tom@tromey.com>
* tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
declare.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 44ab722..d136ee6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2019-07-16 Tom Tromey <tom@tromey.com> + + * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't + declare. + 2019-07-30 Tom Tromey <tromey@adacore.com> * block.c (contained_in): Remove BLOCK_FUNCTION check. |