Removed the split feature of send.
[mmh] / uip / whatnowsbr.c
index a41ee46..afc56fd 100644 (file)
@@ -1017,8 +1017,6 @@ static struct swit  sendswitches[] = {
        { "push", 0 },
 #define NSPSHSW  13
        { "nopush", 0 },
-#define SPLITSW  14
-       { "split seconds", 0 },
 #define UNIQSW  15
        { "unique", -6 },
 #define NUNIQSW  16
@@ -1075,7 +1073,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;
 
@@ -1173,13 +1170,6 @@ sendit (char *sp, char **arg, char *file, int pushed)
                                        pushed = 0;
                                        continue;
 
-                               case SPLITSW:
-                                       if (!(cp = *argp++) || sscanf (cp, "%d", &splitsw) != 1) {
-                                               advise (NULL, "missing argument to %s", argp[-2]);
-                                               return;
-                                       }
-                                       continue;
-
                                case UNIQSW:
                                        unique++;
                                        continue;