]> git.marmaro.de Git - mmh/blobdiff - uip/send.c
Removed the split feature of send.
[mmh] / uip / send.c
index 91f1c168cfb5fe202d8f3e3d36363a7e29c2ead2..d1a183e5a3c3cc9e39e9bedc609c86495cb8af0f 100644 (file)
@@ -49,8 +49,6 @@ static struct swit switches[] = {
        { "push", 0 },
 #define NPUSHSW  17
        { "nopush", 0 },
        { "push", 0 },
 #define NPUSHSW  17
        { "nopush", 0 },
-#define SPLITSW  18
-       { "split seconds", 0 },
 #define UNIQSW  19
        { "unique", -6 },
 #define NUNIQSW  20
 #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 forwsw;
 extern int inplace;
 extern int pushsw;
-extern int splitsw;
 extern int unique;
 extern int verbsw;
 
 extern int unique;
 extern int verbsw;
 
@@ -196,11 +193,6 @@ main (int argc, char **argv)
                                        pushsw = 0;
                                        continue;
 
                                        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;
                                case UNIQSW:
                                        unique++;
                                        continue;