Remove unused member of 'struct fuse_dh'
authorRostislav Skudnov <rostislav@tuxera.com>
Tue, 24 Jul 2018 19:56:34 +0000 (19:56 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 25 Jul 2018 10:11:49 +0000 (11:11 +0100)
lib/fuse.c

index ea7d3b322e5de6b13f4c7be514b47f5ed0e16c15..2e4505b7309174ac0483af6bc661f25d6dc69516 100644 (file)
@@ -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;