Remove dead code from TUI
authorTom Tromey <tom@tromey.com>
Fri, 27 Dec 2019 16:43:35 +0000 (09:43 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 27 Dec 2019 16:44:34 +0000 (09:44 -0700)
commitace206a5a5d86d8427607fd1af484689c0b23eaf
treec38ca6179ba4c2178ce45397ab1f6fdfa29ecd16
parentf9ba974dea317eae6e7032b52b52314cbe43f9d8
Remove dead code from TUI

I found some dead code in the TUI -- some using #if 0, and some
commented-out code.  There's no reason to keep this, so this patch
removes it.

gdb/ChangeLog
2019-12-27  Tom Tromey  <tom@tromey.com>

* tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
commented-out code.
* tui/tui.c: Remove #if 0 code.

Change-Id: Ie00933b2ba498417ce22e5da3f62f5a40c234f33
gdb/ChangeLog
gdb/tui/tui-source.c
gdb/tui/tui.c
This page took 0.023392 seconds and 4 git commands to generate.