gpg: Remove an unused variable.

* g10/import.c (import): Remove need_armor.

[dkg: rebased to STABLE-BRANCH-1-4]
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
Werner Koch 2015-02-21 23:10:36 -05:00
parent 2b2f276785
commit a35ed8af41
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ import (IOBUF inp, const char* fname,struct stats_s *stats,
PACKET *pending_pkt = NULL;
KBNODE keyblock = NULL;
int rc = 0;
int need_armor = (!opt.no_armor || r_gpgkeys_err);
armor_filter_context_t *afx = NULL;
getkey_disable_caches();