forw/repl/dist annotations won't add address lists anymore.
[mmh] / uip / spost.c
index 947904e..f2552dc 100644 (file)
@@ -64,8 +64,6 @@ struct swit switches[] = {
        { "nopush", -6 },
 #define LIBSW  20
        { "library directory", -7 },
-#define ANNOSW  21
-       { "idanno number", -6 },
        { NULL, 0 }
 };
 
@@ -300,13 +298,6 @@ main(int argc, char **argv)
                                if (context_foil(cp) == -1)
                                        done(1);
                                continue;
-
-                       case ANNOSW:
-                               /* -idanno switch ignored */
-                               if (!(cp = *argp++) || *cp == '-')
-                                       adios(NULL, "missing argument to %s",
-                                                       argp[-2]);
-                               continue;
                        }
                }
                if (msg)