aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/bsc_ctrl_commands.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-15 15:45:55 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-15 15:50:55 +0200
commit6e36255221d588f5de20b124748b589249ea825b (patch)
tree5fbaa4cef1d00d3249806fc8a94fd6e9b0f5d3fa /openbsc/src/libbsc/bsc_ctrl_commands.c
parent1159005ae02f8c9e42624769ec1b2a8d84c9dee5 (diff)
ctrl: Remove the param parameter as it was never used/implemented
Diffstat (limited to 'openbsc/src/libbsc/bsc_ctrl_commands.c')
-rw-r--r--openbsc/src/libbsc/bsc_ctrl_commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/bsc_ctrl_commands.c b/openbsc/src/libbsc/bsc_ctrl_commands.c
index 37595932f..4c587dca8 100644
--- a/openbsc/src/libbsc/bsc_ctrl_commands.c
+++ b/openbsc/src/libbsc/bsc_ctrl_commands.c
@@ -30,7 +30,6 @@
CTRL_HELPER_SET_STRING(cmdname, dtype, element) \
static struct ctrl_cmd_element cmd_##cmdname = { \
.name = cmdstr, \
- .param = NULL, \
.get = get_##cmdname, \
.set = set_##cmdname, \
.verify = verify_vty_description_string, \