fixing 1584
[oweals/gnunet.git] / src / fs / gnunet-pseudonym.c
index 175c0188a65452288c6948bd2910124d11884403..ba9213b5d0b046687d069910979976bf7c462d1b 100644 (file)
  */
 static unsigned int anonymity;
 
-/**
- * -A option.
- */
-static int start_automate;
-
-/**
- * -e option
- */
-static int stop_automate;
-
 /**
  * -C option
  */
@@ -176,14 +166,6 @@ post_advertising (void *cls,
                                      GNUNET_NO))
        ret = 1;
     }
-  if (0 != stop_automate)
-    {
-      GNUNET_break (0); // FIXME: not implemented
-    }
-  if (0 != start_automate)
-    {
-      GNUNET_break (0); // FIXME: not implemented
-    }
   if (NULL != rating_change)
     {
       set = rating_change;
@@ -341,9 +323,6 @@ main (int argc, char *const *argv)
     {'a', "anonymity", "LEVEL",
      gettext_noop ("set the desired LEVEL of sender-anonymity"),
      1, &GNUNET_GETOPT_set_uint, &anonymity},
-    {'A', "automate", NULL,
-     gettext_noop ("start a collection"),
-     0, &GNUNET_GETOPT_set_one, &start_automate},
     {'C', "create", "NAME",
      gettext_noop
      ("create or advertise namespace NAME"),
@@ -352,9 +331,6 @@ main (int argc, char *const *argv)
      gettext_noop
      ("delete namespace NAME "),
      1, &GNUNET_GETOPT_set_string, &delete_ns},
-    {'e', "end", NULL,
-     gettext_noop ("end current collection"),
-     0, &GNUNET_GETOPT_set_one, &stop_automate},
     {'k', "keyword", "VALUE",
      gettext_noop
      ("add an additional keyword for the advertisment"