aboutsummaryrefslogtreecommitdiffstats
path: root/include/iobuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/iobuf.h')
-rw-r--r--include/iobuf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/iobuf.h b/include/iobuf.h
index 9515a0e10..030f8c8e9 100644
--- a/include/iobuf.h
+++ b/include/iobuf.h
@@ -59,7 +59,6 @@ struct iobuf_struct {
char *real_fname;
IOBUF chain; /* next iobuf used for i/o if any (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 */
struct {