Remove body of tui_locator_window constructor
authorTom Tromey <tom@tromey.com>
Thu, 2 Jul 2020 03:21:12 +0000 (21:21 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 2 Jul 2020 03:21:16 +0000 (21:21 -0600)
commit1eb2161f83babfad2f384efdadf49aa5c2f70860
tree3331ccc38f392c68f7470db62df7f8a63fe6f34a
parent7134f2eb9230f86adb8839ac9cc737c7f4b47b59
Remove body of tui_locator_window constructor

The tui_locator_window constructor initializes the first character of
two of its members.  However, this is actually an error, since these
were changed to be std::string.  This removes the erroneous code.

gdb/ChangeLog
2020-07-01  Tom Tromey  <tom@tromey.com>

* tui/tui-stack.h (struct tui_locator_window): Remove body.
gdb/ChangeLog
gdb/tui/tui-stack.h
This page took 0.02431 seconds and 4 git commands to generate.