diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-05-15 15:45:55 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2014-08-21 15:34:16 +0200 |
commit | 50059bb64f64f3d7842d9edd454433d9e5fd8b36 (patch) | |
tree | 61fd3337cd65003d5c4987daae865dfdc40be34e /openbsc/src | |
parent | c08c55186fb03deb8d9439fe7c5b7bfc12a201bd (diff) |
ctrl: Remove the param parameter as it was never used/implemented
Diffstat (limited to 'openbsc/src')
-rw-r--r-- | openbsc/src/libctrl/control_cmd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/libctrl/control_cmd.c b/openbsc/src/libctrl/control_cmd.c index 3c4efc06..db88668f 100644 --- a/openbsc/src/libctrl/control_cmd.c +++ b/openbsc/src/libctrl/control_cmd.c @@ -142,8 +142,6 @@ int ctrl_cmd_exec(vector vline, struct ctrl_cmd *command, vector node, void *dat command->reply = "Value failed verification."; goto out; } - } else if (cmd_el->param) { - LOGP(DCTRL, LOGL_NOTICE, "Parameter verification unimplemented, continuing without\n"); } ret = cmd_el->set(command, data); goto out; |