diff options
author | Neal H. Walfield <[email protected]> | 2015-12-17 09:56:48 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2015-12-22 14:03:48 +0000 |
commit | 4143cc1c3783c54a6f733f08a4739e4e5fb0c8b3 (patch) | |
tree | b884c94baaa7c00bd44bb53f9975ffbac03d77a4 /kbx/keybox-defs.h | |
parent | gpg: Display the key that is invalid, not the search description. (diff) | |
download | gnupg-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]>
Diffstat (limited to 'kbx/keybox-defs.h')
-rw-r--r-- | kbx/keybox-defs.h | 2 |
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 { |