diff options
-rw-r--r-- | tools/ChangeLog | 4 | ||||
-rw-r--r-- | tools/gpgconf.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index 360efa847..44bb2be58 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,7 @@ +2004-03-23 Marcus Brinkmann <[email protected]> + + * gpgconf.c (main): Remove obsolete warning. + 2004-03-23 Werner Koch <[email protected]> * gpgconf-comp.c (gc_options_gpg): New. diff --git a/tools/gpgconf.c b/tools/gpgconf.c index 476c57fc1..aab1397c7 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -146,8 +146,6 @@ main (int argc, char **argv) case oDryRun: opt.dry_run = 1; break; case oRuntime: opt.runtime = 1; - /* FIXME */ - fputs ("gpgconf: warning: option --runtime not supported yet\n", stderr); break; case oVerbose: opt.verbose++; break; case oNoVerbose: opt.verbose = 0; break; |