Remove unused constructor declaration from cli_style_option
authorTom Tromey <tom@tromey.com>
Sun, 10 Nov 2019 16:48:42 +0000 (09:48 -0700)
committerTom Tromey <tom@tromey.com>
Sun, 10 Nov 2019 16:48:42 +0000 (09:48 -0700)
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

gdb/ChangeLog
gdb/cli/cli-style.h

index f5c8a76c0feeb2bf2804a4b74844dcc2c27a831a..bac7f4419e06d6c541596cfcb8d523bc2d78ca03 100644 (file)
@@ -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.
index 6716471dec3ff14a8bb50e2e73af65ce57647b28..44eb6cb63aee45d7f78caf401ea74f4d27a5d0ae 100644 (file)
@@ -34,9 +34,6 @@ public:
   /* 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;
This page took 0.036879 seconds and 4 git commands to generate.