diff options
Diffstat (limited to 'lib/helper.c')
-rw-r--r-- | lib/helper.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/helper.c b/lib/helper.c index 249cc9c..8ee66df 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -329,14 +329,6 @@ int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op, return 0; } -#undef fuse_main -int fuse_main(void); -int fuse_main(void) -{ - fprintf(stderr, "fuse_main(): This function does not exist\n"); - return -1; -} - int fuse_version(void) { return FUSE_VERSION; |