aboutsummaryrefslogtreecommitdiff
path: root/cmd-list-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-list-commands.c')
-rw-r--r--cmd-list-commands.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/cmd-list-commands.c b/cmd-list-commands.c
index 520feccb..3caaebb2 100644
--- a/cmd-list-commands.c
+++ b/cmd-list-commands.c
@@ -26,14 +26,6 @@
enum cmd_retval cmd_list_commands_exec(struct cmd *, struct cmd_q *);
-const struct cmd_entry cmd_list_commands_entry = {
- "list-commands", "lscm",
- "", 0, 0,
- "",
- 0,
- cmd_list_commands_exec
-};
-
enum cmd_retval
cmd_list_commands_exec(unused struct cmd *self, struct cmd_q *cmdq)
{