diff options
Diffstat (limited to 'lib/helper.c')
-rw-r--r-- | lib/helper.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/helper.c b/lib/helper.c index b9e8150..6031c5f 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -17,11 +17,6 @@ static struct fuse *fuse; -struct fuse *fuse_get(void) -{ - return fuse; -} - static void usage(char *progname) { fprintf(stderr, |