aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r--lib/fuse_i.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index 263ebe2..4d3e042 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -10,8 +10,6 @@
#include <stdio.h>
#include <pthread.h>
-#define FUSE_DEV "/proc/fs/fuse/dev"
-
typedef unsigned long fino_t;
struct node {
@@ -27,8 +25,6 @@ struct node {
struct fuse {
int flags;
- char *mnt;
- mode_t rootmode;
int fd;
struct fuse_operations op;
struct node **name_table;