diff options
author | Marcus Brinkmann <[email protected]> | 2004-03-23 15:40:54 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-03-23 15:40:54 +0000 |
commit | fae48e4f76a30a8330f3896ae527d03420e8ccad (patch) | |
tree | 658d3e59228ba08854de08cf0404c7973313b86a /tools/gpgconf.c | |
parent | Make it work (diff) | |
download | gnupg-fae48e4f76a30a8330f3896ae527d03420e8ccad.tar.gz gnupg-fae48e4f76a30a8330f3896ae527d03420e8ccad.zip |
2004-03-23 Marcus Brinkmann <[email protected]>
* gpgconf.c (main): Remove obsolete warning.
Diffstat (limited to '')
-rw-r--r-- | tools/gpgconf.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |