1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-03 12:11:33 +01:00

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 <neal@g10code.com>
This commit is contained in:
Neal H. Walfield 2015-12-17 10:56:48 +01:00
parent 7fe4be0416
commit 4143cc1c37

View File

@ -80,10 +80,8 @@ struct keybox_name
struct keybox_found_s struct keybox_found_s
{ {
KEYBOXBLOB blob; KEYBOXBLOB blob;
off_t offset;
size_t pk_no; size_t pk_no;
size_t uid_no; size_t uid_no;
unsigned int n_packets; /*used for delete and update*/
}; };
struct keybox_handle { struct keybox_handle {