aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Rostislav Skudnov <rostislav@tuxera.com>2018-07-24 19:56:34 +0000
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2018-07-25 11:11:49 +0100
commitaf47e3e5e63a2732f67b92267cb77790e5f31046 (patch)
treeca70b12bc48c06a2fb3d101e3fe3e3142888628d
parent932f4190e2b65419cef9960e27a7f94fcab9c816 (diff)
Remove unused member of 'struct fuse_dh'
-rw-r--r--lib/fuse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fuse.c b/lib/fuse.c
index ea7d3b3..2e4505b 100644
--- a/lib/fuse.c
+++ b/lib/fuse.c
@@ -181,7 +181,6 @@ struct fuse_dh {
char *contents;
struct fuse_direntry *first;
struct fuse_direntry **last;
- int allocated;
unsigned len;
unsigned size;
unsigned needlen;