remove -s option
authorhadaq <hadaq>
Wed, 18 Aug 2004 11:52:36 +0000 (11:52 +0000)
committerhadaq <hadaq>
Wed, 18 Aug 2004 11:52:36 +0000 (11:52 +0000)
hadaq/evtbuild.c

index 5403777876a273fcffc375581358de829e90b2a5..b1fa63b625d61423d80586a8e6562e0908774a5a 100644 (file)
@@ -1,4 +1,4 @@
-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.72 2004-08-18 10:24:38 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.73 2004-08-18 11:52:36 hadaq Exp $";
 
 
 #define _POSIX_C_SOURCE 199309L
@@ -170,7 +170,7 @@ static int argsFromCL(TheArgs *my, int argc, char *argv[])
        extern char *optarg;
        int i;
 
-       while ((i = getopt(argc, argv, "am:f:s:r:o:d:q:p:v:x:I:S:")) != -1) {
+       while ((i = getopt(argc, argv, "am:f:r:o:d:q:p:v:x:I:S:")) != -1) {
                switch (i) {
                case 'm':
                        my->nrOfMsgs = strtoul(optarg, NULL, 0);
@@ -178,9 +178,6 @@ static int argsFromCL(TheArgs *my, int argc, char *argv[])
                case 'f':
                        strcpy(my->slowCtrlFiles[my->slowCtrlFileCnt++], optarg);
                        break;
-               case 's':
-                       syslog(LOG_WARNING, "-s option obsolete, will be removed in a future version");
-                       break;
                case 'o':
                        strcpy(my->outPath, optarg);
                        break;