Remove redundant check from make_visible
authorTom Tromey <tom@tromey.com>
Sun, 16 Jun 2019 21:17:52 +0000 (15:17 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 25 Jun 2019 13:48:35 +0000 (07:48 -0600)
commit8e2daf1532e587fee8d14aab1baad40e628065e2
treed1dd92dc103c6da0dc6bf5aec94f154d6679959b
parent8903bd8a37f905f5d77d2e04219e1a1eddaa6133
Remove redundant check from make_visible

This removes a check of the window type from make_visible.  This
function already checks that the window type is not CMD_WIN near the
top, so this condition can never be false.

gdb/ChangeLog
2019-06-25  Tom Tromey  <tom@tromey.com>

* tui/tui-wingeneral.c (make_visible): Remove check of window
type.
gdb/ChangeLog
gdb/tui/tui-wingeneral.c
This page took 0.026181 seconds and 4 git commands to generate.