diff options
Diffstat (limited to '')
-rw-r--r-- | g10/keyedit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/g10/keyedit.c b/g10/keyedit.c index 973fa8d3f..62b193a81 100644 --- a/g10/keyedit.c +++ b/g10/keyedit.c @@ -2683,7 +2683,6 @@ show_key_with_all_names (KBNODE keyblock, int only_marked, int with_revoker, KBNODE node; int i; int do_warn = 0; - byte pk_version = 0; PKT_public_key *primary = NULL; if (opt.with_colons) @@ -2719,7 +2718,6 @@ show_key_with_all_names (KBNODE keyblock, int only_marked, int with_revoker, do_warn = 1; } - pk_version = pk->version; primary = pk; } |