From 081437a43321f7b2cca009bbade4caf379fdb7bc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 1 Oct 2014 09:20:40 +0000 Subject: -is pending is dead --- src/namestore/gnunet-namestore.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/namestore/gnunet-namestore.c') diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c index c2f5941e3..a08f20c38 100644 --- a/src/namestore/gnunet-namestore.c +++ b/src/namestore/gnunet-namestore.c @@ -109,11 +109,6 @@ static int is_public; */ static int is_shadow; -/** - * Is record pending approval (#GNUNET_GNSRECORD_RF_PENDING) - */ -static int is_pending; - /** * Queue entry for the 'del' operation. */ @@ -1063,7 +1058,6 @@ int main (int argc, char *const *argv) { is_public = -1; - is_pending = -1; is_shadow = -1; static const struct GNUNET_GETOPT_CommandLineOption options[] = { @@ -1103,9 +1097,6 @@ main (int argc, char *const *argv) {'p', "public", NULL, gettext_noop ("create or list public record"), 0, &GNUNET_GETOPT_set_one, &is_public}, - {'P', "pending", NULL, - gettext_noop ("create record that is pending approval (and thus for now inactive)"), 0, - &GNUNET_GETOPT_set_one, &is_pending}, {'s', "shadow", NULL, gettext_noop ("create shadow record (only valid if all other records of the same type have expired"), 0, &GNUNET_GETOPT_set_one, &is_shadow}, -- cgit v1.2.3