diff options
Diffstat (limited to '')
-rw-r--r-- | common/iobuf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/iobuf.h b/common/iobuf.h index 23b1d091e..c83ec290f 100644 --- a/common/iobuf.h +++ b/common/iobuf.h @@ -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 |