diff --git a/libfuse/lib/mount_bsd.c b/libfuse/lib/mount_bsd.c index 4890dacf..bc17bed3 100644 --- a/libfuse/lib/mount_bsd.c +++ b/libfuse/lib/mount_bsd.c @@ -97,8 +97,6 @@ static const struct fuse_opt fuse_mount_opts[] = { static void mount_help(void) { - fprintf(stderr, - ); system(FUSERMOUNT_PROG " --help"); fputc('\n', stderr); }