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:
Andrew Burgess
2023-04-04 10:10:44 +01:00
parent 598e87ecc0
commit b63c50f9d4
2 changed files with 2 additions and 7 deletions

View File

@@ -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,