mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-24 16:43:28 +02:00
gpg: Remove an unused variable.
* g10/import.c (import): Remove need_armor.
This commit is contained in:
parent
3d6c262e21
commit
be91b2f89e
@ -268,7 +268,6 @@ import (IOBUF inp, const char* fname,struct stats_s *stats,
|
|||||||
PACKET *pending_pkt = NULL;
|
PACKET *pending_pkt = NULL;
|
||||||
KBNODE keyblock = NULL;
|
KBNODE keyblock = NULL;
|
||||||
int rc = 0;
|
int rc = 0;
|
||||||
int need_armor = (!opt.no_armor || r_gpgkeys_err);
|
|
||||||
armor_filter_context_t *afx = NULL;
|
armor_filter_context_t *afx = NULL;
|
||||||
|
|
||||||
getkey_disable_caches();
|
getkey_disable_caches();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user