From 679acc671e621847f50d6b4dca10a22c62500b9a Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Sun, 9 Aug 2015 16:57:42 +0200 Subject: common/iobuf.c: Refactor code to not need the desc field. * common/iobuf.h (struct iobuf_struct): Remove field desc. * common/iobuf.c (iobuf_desc): New function. When a filter's description is needed, use this instead of the filter's desc field. -- 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 a69380959..1ae6f269e 100644 --- a/common/iobuf.h +++ b/common/iobuf.h @@ -99,7 +99,6 @@ struct iobuf_struct iobuf_t chain; /* Next iobuf used for i/o if any (passed to filter) */ int no, subno; - const char *desc; }; #ifndef EXTERN_UNLESS_MAIN_MODULE -- cgit v1.2.3