mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02: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
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue