mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
common/iobuf.c: Remove dead code (opaque).
* common/iobuf.h (struct iobuf_struct): Remove field opaque. Remove all uses of it. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>.
This commit is contained in:
parent
c06eabac8e
commit
f05d60b381
2 changed files with 1 additions and 5 deletions
|
@ -97,9 +97,6 @@ struct iobuf_struct
|
|||
(passed to filter) */
|
||||
int no, subno;
|
||||
const char *desc;
|
||||
void *opaque; /* Can be used to hold any information
|
||||
this value is copied to all
|
||||
instances */
|
||||
};
|
||||
|
||||
#ifndef EXTERN_UNLESS_MAIN_MODULE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue