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
1 changed files with 0 additions and 2 deletions

View File

@ -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 {