forked from Imagelibrary/binutils-gdb
gdb: make deprecated_show_value_hack static
The deprecated_show_value_hack function is now only used inside cli-setshow.c, so lets make the function static to discourage its use anywhere else. There should be no user visible changes after this commit Reviewed-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
@@ -117,7 +117,7 @@ parse_cli_boolean_value (const char *arg)
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
static void
|
||||
deprecated_show_value_hack (struct ui_file *ignore_file,
|
||||
int ignore_from_tty,
|
||||
struct cmd_list_element *c,
|
||||
|
||||
Reference in New Issue
Block a user