X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fsend.c;h=d1a183e5a3c3cc9e39e9bedc609c86495cb8af0f;hp=91f1c168cfb5fe202d8f3e3d36363a7e29c2ead2;hb=51cb63baa791f6ba84c0a7f8538ecfd00b013bcb;hpb=b067ff5c465a5d243ce5a19e562085a9a1a97215 diff --git a/uip/send.c b/uip/send.c index 91f1c16..d1a183e 100644 --- a/uip/send.c +++ b/uip/send.c @@ -49,8 +49,6 @@ static struct swit switches[] = { { "push", 0 }, #define NPUSHSW 17 { "nopush", 0 }, -#define SPLITSW 18 - { "split seconds", 0 }, #define UNIQSW 19 { "unique", -6 }, #define NUNIQSW 20 @@ -110,7 +108,6 @@ extern int debugsw; /* from sendsbr.c */ extern int forwsw; extern int inplace; extern int pushsw; -extern int splitsw; extern int unique; extern int verbsw; @@ -196,11 +193,6 @@ main (int argc, char **argv) pushsw = 0; continue; - case SPLITSW: - if (!(cp = *argp++) || sscanf (cp, "%d", &splitsw) != 1) - adios (NULL, "missing argument to %s", argp[-2]); - continue; - case UNIQSW: unique++; continue;