1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

2004-03-23 Marcus Brinkmann <marcus@g10code.de>

* gpgconf.c (main): Remove obsolete warning.
This commit is contained in:
Marcus Brinkmann 2004-03-23 15:40:54 +00:00
parent 333d1a107c
commit fae48e4f76
2 changed files with 4 additions and 2 deletions

View file

@ -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;