summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/usersfs.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/usersfs.c b/src/usersfs.c
index 52b9f05..834779d 100644
--- a/src/usersfs.c
+++ b/src/usersfs.c
@@ -9,16 +9,6 @@
#include <fuse.h>
-static void * usersfs_init(struct fuse_conn_info *conn)
-{
-
-}
-
-static void usersfs_destroy(void *user_data)
-{
-
-}
-
static int usersfs_getattr(const char *path, struct stat *stbuf)
{
if (strcmp(path, "/") == 0) {