aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-pseudonym.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-pseudonym.c')
-rw-r--r--src/fs/gnunet-pseudonym.c24
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 @@
31static unsigned int anonymity; 31static unsigned int anonymity;
32 32
33/** 33/**
34 * -A option.
35 */
36static int start_automate;
37
38/**
39 * -e option
40 */
41static int stop_automate;
42
43/**
44 * -C option 34 * -C option
45 */ 35 */
46static char *create_ns; 36static char *create_ns;
@@ -176,14 +166,6 @@ post_advertising (void *cls,
176 GNUNET_NO)) 166 GNUNET_NO))
177 ret = 1; 167 ret = 1;
178 } 168 }
179 if (0 != stop_automate)
180 {
181 GNUNET_break (0); // FIXME: not implemented
182 }
183 if (0 != start_automate)
184 {
185 GNUNET_break (0); // FIXME: not implemented
186 }
187 if (NULL != rating_change) 169 if (NULL != rating_change)
188 { 170 {
189 set = rating_change; 171 set = rating_change;
@@ -341,9 +323,6 @@ main (int argc, char *const *argv)
341 {'a', "anonymity", "LEVEL", 323 {'a', "anonymity", "LEVEL",
342 gettext_noop ("set the desired LEVEL of sender-anonymity"), 324 gettext_noop ("set the desired LEVEL of sender-anonymity"),
343 1, &GNUNET_GETOPT_set_uint, &anonymity}, 325 1, &GNUNET_GETOPT_set_uint, &anonymity},
344 {'A', "automate", NULL,
345 gettext_noop ("start a collection"),
346 0, &GNUNET_GETOPT_set_one, &start_automate},
347 {'C', "create", "NAME", 326 {'C', "create", "NAME",
348 gettext_noop 327 gettext_noop
349 ("create or advertise namespace NAME"), 328 ("create or advertise namespace NAME"),
@@ -352,9 +331,6 @@ main (int argc, char *const *argv)
352 gettext_noop 331 gettext_noop
353 ("delete namespace NAME "), 332 ("delete namespace NAME "),
354 1, &GNUNET_GETOPT_set_string, &delete_ns}, 333 1, &GNUNET_GETOPT_set_string, &delete_ns},
355 {'e', "end", NULL,
356 gettext_noop ("end current collection"),
357 0, &GNUNET_GETOPT_set_one, &stop_automate},
358 {'k', "keyword", "VALUE", 334 {'k', "keyword", "VALUE",
359 gettext_noop 335 gettext_noop
360 ("add an additional keyword for the advertisment" 336 ("add an additional keyword for the advertisment"