diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-07-09 10:06:54 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-07-09 10:06:54 +0000 |
commit | 7d09cf26f7ca7075aef5c9b75228ad0709980a7e (patch) | |
tree | faeb70788b59b0217ff4911438370a31c8f332d1 /src/fs/gnunet-pseudonym.c | |
parent | 9a5cc879458486131f71fa78bb95049ad3c4a46f (diff) |
eliminate
Diffstat (limited to 'src/fs/gnunet-pseudonym.c')
-rw-r--r-- | src/fs/gnunet-pseudonym.c | 24 |
1 files changed, 0 insertions, 24 deletions
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 @@ -31,16 +31,6 @@ static unsigned int anonymity; /** - * -A option. - */ -static int start_automate; - -/** - * -e option - */ -static int stop_automate; - -/** * -C option */ static char *create_ns; @@ -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" |