[alsa-devel] [PATCH TINYCOMPRESS 3/14] compress: Remove unused buffer_size member from struct compress
10 Feb
2013
10 Feb
'13
1:06 a.m.
diff --git a/compress.c b/compress.c index ee11988..fa2d43f 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; int running:1;
--
1.7.2.5
22 Feb
22 Feb
4:58 p.m.
New subject: [alsa-devel] [PATCH TINYCOMPRESS 3/14 v2] compress: Remove unused buffer_size member from struct compress
--- compress.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
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;
--
1.7.2.5
4321
Age (days ago)
4333
Last active (days ago)
1 comments
1 participants
participants (1)
-
Richard Fitzgerald