From f05d60b3813a97e316a067680d7598b74621a522 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Sun, 9 Aug 2015 16:49:04 +0200 Subject: common/iobuf.c: Remove dead code (opaque). * common/iobuf.h (struct iobuf_struct): Remove field opaque. Remove all uses of it. -- Signed-off-by: Neal H. Walfield . --- common/iobuf.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/iobuf.h') 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 -- cgit v1.2.3