summaryrefslogtreecommitdiffstats
path: root/g10/getkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/getkey.c')
-rw-r--r--g10/getkey.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/getkey.c b/g10/getkey.c
index aa2a8ce34..0a8e4b2bd 100644
--- a/g10/getkey.c
+++ b/g10/getkey.c
@@ -225,7 +225,6 @@ getkey_disable_caches()
#if MAX_PK_CACHE_ENTRIES
{
pk_cache_entry_t ce, ce2;
- u32 keyid[2];
for( ce = pk_cache; ce; ce = ce2 ) {
ce2 = ce->next;