From: markus schnalke Date: Fri, 22 Jun 2012 13:58:34 +0000 (+0200) Subject: mhl: Removed remaining code of obsolete -sleep switch. X-Git-Tag: mmh-thesis-end~28 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=921908704b980c90c3c68545be7f4d42718bfba4 mhl: Removed remaining code of obsolete -sleep switch. The switch was used for the faceproc, for Face: header field handling. --- diff --git a/uip/mhl.c b/uip/mhl.c index 5280ade..fedf78f 100644 --- a/uip/mhl.c +++ b/uip/mhl.c @@ -45,17 +45,15 @@ static struct swit switches[] = { { "form formfile", 0 }, #define WIDTHSW 1 { "width columns", 0 }, -#define SLEEPSW 2 - { "sleep seconds", 0 }, -#define VERSIONSW 3 +#define VERSIONSW 2 { "Version", 0 }, -#define HELPSW 4 +#define HELPSW 3 { "help", 0 }, -#define FORW1SW 5 +#define FORW1SW 4 { "forward", -7 }, -#define FORW2SW 6 +#define FORW2SW 5 { "forwall", -7 }, -#define NBODYSW 7 +#define NBODYSW 6 { "nobody", -6 }, { NULL, 0 } }; @@ -157,8 +155,6 @@ static int dobody = 1; static int forwflg = 0; static int forwall = 0; -static int sleepsw = NOTOK; - static int exitstat = 0; static int mhldebug = 0; @@ -261,13 +257,6 @@ main(int argc, char **argv) argp[-2]); continue; - case SLEEPSW: - if (!(cp = *argp++) || *cp == '-') - adios(NULL, "missing argument to %s", - argp[-2]); - sleepsw = atoi(cp); /* ZERO ok! */ - continue; - case WIDTHSW: if (!(cp = *argp++) || *cp == '-') adios(NULL, "missing argument to %s",