mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
common/iobuf.c: Remove dead code (directfp).
* common/iobuf.h (struct iobuf_struct): Remove field directfp. Remove all uses of it. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>.
This commit is contained in:
parent
f05d60b381
commit
e8c0b6abf8
2 changed files with 1 additions and 65 deletions
|
@ -76,7 +76,6 @@ struct iobuf_struct
|
|||
off_t nbytes; /* Used together with nlimit. */
|
||||
off_t ntotal; /* Total bytes read (position of stream). */
|
||||
int nofast; /* Used by the iobuf_get (). */
|
||||
void *directfp;
|
||||
struct
|
||||
{
|
||||
size_t size; /* Allocated size */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue