From e8c0b6abf88309c23a70df0abbd38d42fa22a786 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Sun, 9 Aug 2015 16:50:42 +0200 Subject: 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 . --- common/iobuf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common/iobuf.h') 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 */ -- cgit v1.2.3