aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/gpgconf.c2
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;