mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +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:
parent
7fe4be0416
commit
4143cc1c37
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user