Remove declaration of tui_set_var_cmd, make definition static
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Nov 2019 17:12:03 +0000 (12:12 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Nov 2019 19:29:20 +0000 (14:29 -0500)
commit3b5c1d49e09cd44ef772801f3365d0cbdc4673ee
treefc2b3d92373a6bed417bfc262d3a3c9ebf0dc265
parentadce99fe6988c7d5543ef5b996acac57a117372b
Remove declaration of tui_set_var_cmd, make definition static

The declaration of tui_set_var_cmd is not in sync with the definition.
Since tui_set_var_cmd is only used in the file where it's defined,
remove the declaration and make the definition static.

gdb/ChangeLog:

* tui-win.h (tui_set_var_cmd): Remove.
* tui-win.c (tui_set_var_cmd): Make static.

Change-Id: If4bddbfb573347fb7254fb6f1a940052a72f464f
gdb/ChangeLog
gdb/tui/tui-win.c
gdb/tui/tui-win.h
This page took 0.024521 seconds and 4 git commands to generate.