diff options
author | Rostislav Skudnov <rostislav@tuxera.com> | 2018-07-24 19:56:34 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2018-07-25 11:11:49 +0100 |
commit | af47e3e5e63a2732f67b92267cb77790e5f31046 (patch) | |
tree | ca70b12bc48c06a2fb3d101e3fe3e3142888628d | |
parent | 932f4190e2b65419cef9960e27a7f94fcab9c816 (diff) |
Remove unused member of 'struct fuse_dh'
-rw-r--r-- | lib/fuse.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |