From f5bc85591a1f7c26bf030f5781d63985b2ee4d23 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 20 Oct 2014 22:44:30 +0000 Subject: Move list-commands into list-keys. --- cmd-list-commands.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cmd-list-commands.c') 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) { -- cgit