Removed obsolete, unused *f member from struct fuse_session.
authorNikolaus Rath <Nikolaus@rath.org>
Wed, 5 Oct 2016 15:57:04 +0000 (08:57 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 5 Oct 2016 15:57:04 +0000 (08:57 -0700)
lib/fuse_i.h

index 0b4c9f541a25e5871bbd86f54bbc4d39f639a98d..cbc44830529087d8175323d15683dc0f8268f91a 100644 (file)
@@ -42,7 +42,6 @@ struct fuse_notify_req {
 };
 
 struct fuse_session {
-       struct fuse_ll *f;
        char *mountpoint;
        volatile int exited;
        int fd;