aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2015-12-17 09:56:48 +0000
committerNeal H. Walfield <[email protected]>2015-12-22 14:03:48 +0000
commit4143cc1c3783c54a6f733f08a4739e4e5fb0c8b3 (patch)
treeb884c94baaa7c00bd44bb53f9975ffbac03d77a4
parentgpg: Display the key that is invalid, not the search description. (diff)
downloadgnupg-4143cc1c3783c54a6f733f08a4739e4e5fb0c8b3.tar.gz
gnupg-4143cc1c3783c54a6f733f08a4739e4e5fb0c8b3.zip
gpg: Remove dead code.
* kbx/keybox-defs.h (struct keybox_found_s): Remove unused fields offset and n_packets. -- Signed-off-by: Neal H. Walfield <[email protected]>
-rw-r--r--kbx/keybox-defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kbx/keybox-defs.h b/kbx/keybox-defs.h
index 8d795ab06..6fe984762 100644
--- a/kbx/keybox-defs.h
+++ b/kbx/keybox-defs.h
@@ -80,10 +80,8 @@ struct keybox_name
struct keybox_found_s
{
KEYBOXBLOB blob;
- off_t offset;
size_t pk_no;
size_t uid_no;
- unsigned int n_packets; /*used for delete and update*/
};
struct keybox_handle {