aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/g10.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/g10/g10.c b/g10/g10.c
index ba5ae58a2..62a1a9ad0 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -2078,13 +2078,6 @@ main( int argc, char **argv )
case aEnArmor:
case aFixTrustDB:
break;
- case aKMode:
- case aListKeys:
- case aListSecretKeys:
- case aCheckKeys:
- if( opt.with_colons ) /* need this to list the trust */
- rc = setup_trustdb(1, trustdb_name );
- break;
case aExportOwnerTrust: rc = setup_trustdb( 0, trustdb_name ); break;
case aListTrustDB: rc = setup_trustdb( argc? 1:0, trustdb_name ); break;
default: rc = setup_trustdb(1, trustdb_name ); break;