From eb63cc9ef0a99295a4804bb9c5be3d25b0a97cd2 Mon Sep 17 00:00:00 2001 From: Richard Fitzgerald Date: Fri, 22 Feb 2013 15:58:32 +0000 Subject: [PATCH] compress: Remove unused buffer_size member from struct compress Signed-off-by: Vinod Koul --- compress.c | 1 - 1 file changed, 1 deletion(-) diff --git a/compress.c b/compress.c index 5429754..3cd0f85 100644 --- a/compress.c +++ b/compress.c @@ -80,7 +80,6 @@ struct compress { int fd; unsigned int flags; - __u64 buffer_size; char error[COMPR_ERR_MAX]; struct compr_config *config; unsigned int running:1; -- 2.47.3