Remove NULL check from tui_set_exec_info_content
authorTom Tromey <tom@tromey.com>
Sun, 16 Jun 2019 23:51:01 +0000 (17:51 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 25 Jun 2019 13:48:39 +0000 (07:48 -0600)
commit3332534318eb10a77e441307d28336996325558c
tree214299cc413b0ea9ba2f86386351092c26b182a2
parent29d2c474f5a397017455da82e6dbc72629186359
Remove NULL check from tui_set_exec_info_content

tui_set_exec_info_content ensures that the window's "execution_info"
is allocated, so the NULL check here is redundant and can be removed.

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

* tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
check.
gdb/ChangeLog
gdb/tui/tui-winsource.c
This page took 0.024748 seconds and 4 git commands to generate.