]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Remove a call to tui_locator_win_info_ptr
authorTom Tromey <tom@tromey.com>
Sun, 1 Sep 2019 14:10:18 +0000 (08:10 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 20 Sep 2019 19:49:09 +0000 (13:49 -0600)
commitb76251abaf279603367ae730b9194fb20861fdb9
treeae93e2f0bd535a5befc8c5f556f556747b2268b3
parent0891be0835883fc1159565b780d63954e6b09bd9
Remove a call to tui_locator_win_info_ptr

Commit e594a5d1 ("Turn two locator functions into methods") turned
set_locator_fullname into a method on tui_locator_window.  I missed it
at the time, but this change allows for the removal of a call to
tui_locator_win_info_ptr.

gdb/ChangeLog
2019-09-20  Tom Tromey  <tom@tromey.com>

* tui/tui-stack.c (tui_locator_window::set_locator_fullname):
Don't call tui_locator_win_info_ptr.
gdb/ChangeLog
gdb/tui/tui-stack.c