aboutsummaryrefslogtreecommitdiff
path: root/sam.c
diff options
context:
space:
mode:
Diffstat (limited to 'sam.c')
-rw-r--r--sam.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sam.c b/sam.c
index 6aedf70..287b645 100644
--- a/sam.c
+++ b/sam.c
@@ -258,10 +258,6 @@ static const CommandDef cmddef_select = {
NULL, NULL, CMD_NONE, NULL, cmd_select
};
-static const CommandDef cmddef_user = {
- NULL, NULL, CMD_ARGV|CMD_FORCE|CMD_ONCE|CMD_ADDRESS_ALL, NULL, cmd_user
-};
-
/* :set command options */
typedef struct {
const char *names[3]; /* name and optional alias */