From 1b915d506b546a268641cea73974f920bece4c5e Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Thu, 16 Jan 2003 23:49:34 +0000 Subject: [PATCH] While being here, remove a couple of unused "default:" labels in switch statements, now that gcc loudly complains about them. MFC after: 1 week --- sbin/vinum/commands.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c index 602ebdd61a6d..e80d40be7711 100644 --- a/sbin/vinum/commands.c +++ b/sbin/vinum/commands.c @@ -650,8 +650,6 @@ vinum_start(int argc, char *argv[], char *arg0[]) else doit = 1; break; - - default: } if (doit) { @@ -1036,8 +1034,6 @@ vinum_attach(int argc, char *argv[], char *argv0[]) sprintf(oldname, "%s", plex.name); vinum_rename_2(oldname, newname); /* this may recurse */ break; - - default: /* can't get here */ } } checkupdates(); /* make sure we're updating */