aboutsummaryrefslogtreecommitdiffstats
path: root/common/iobuf.h
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2015-08-09 14:50:42 +0000
committerNeal H. Walfield <[email protected]>2015-08-20 12:16:16 +0000
commite8c0b6abf88309c23a70df0abbd38d42fa22a786 (patch)
tree5e4e020cff05ab8155d172531cdc163042736a83 /common/iobuf.h
parentcommon/iobuf.c: Remove dead code (opaque). (diff)
downloadgnupg-e8c0b6abf88309c23a70df0abbd38d42fa22a786.tar.gz
gnupg-e8c0b6abf88309c23a70df0abbd38d42fa22a786.zip
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 <[email protected]>.
Diffstat (limited to 'common/iobuf.h')
-rw-r--r--common/iobuf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/iobuf.h b/common/iobuf.h
index c83ec290f..c6877e0fa 100644
--- a/common/iobuf.h
+++ b/common/iobuf.h
@@ -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 */