From 7d09cf26f7ca7075aef5c9b75228ad0709980a7e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 9 Jul 2010 10:06:54 +0000 Subject: eliminate --- src/fs/gnunet-pseudonym.c | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'src/fs/gnunet-pseudonym.c') diff --git a/src/fs/gnunet-pseudonym.c b/src/fs/gnunet-pseudonym.c index 175c0188a..ba9213b5d 100644 --- a/src/fs/gnunet-pseudonym.c +++ b/src/fs/gnunet-pseudonym.c @@ -30,16 +30,6 @@ */ 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" -- cgit v1.2.3