mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
Remove unused constructor declaration from cli_style_option
I noticed that cli_style_option declares a constructor that is never defined. This removes it. gdb/ChangeLog 2019-11-10 Tom Tromey <tom@tromey.com> * cli/cli-style.h (class cli_style_option) <cli_style_option>: Remove unused declaration. Change-Id: Ic59ec7eab4d7183d9392b58709354b2d4449b7be
This commit is contained in:
parent
0a5e0a43cf
commit
b049ce2d39
@ -1,3 +1,8 @@
|
||||
2019-11-10 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* cli/cli-style.h (class cli_style_option) <cli_style_option>:
|
||||
Remove unused declaration.
|
||||
|
||||
2019-11-08 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* top.c (read_command_file): Update.
|
||||
|
@ -34,9 +34,6 @@ class cli_style_option
|
||||
/* Construct a CLI style option with an intensity. */
|
||||
cli_style_option (const char *name, ui_file_style::intensity i);
|
||||
|
||||
/* Construct a CLI style option with an intensity. */
|
||||
cli_style_option (ui_file_style::intensity val);
|
||||
|
||||
/* Return a ui_file_style corresponding to the settings in this CLI
|
||||
style. */
|
||||
ui_file_style style () const;
|
||||
|
Loading…
Reference in New Issue
Block a user