From d49f2e77b4741706ec125cc62ea913ed5d39bd39 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 15 Oct 2016 16:09:16 -0700 Subject: Unify handling of fuse_conn_info options Instead of using command line options to modify struct fuse_conn_info before and after calling the init() handler, we now give the file system explicit control over this. --- example/notify_store_retrieve.c | 1 - 1 file changed, 1 deletion(-) (limited to 'example/notify_store_retrieve.c') diff --git a/example/notify_store_retrieve.c b/example/notify_store_retrieve.c index 5b5fa63..8cc6666 100644 --- a/example/notify_store_retrieve.c +++ b/example/notify_store_retrieve.c @@ -353,7 +353,6 @@ int main(int argc, char *argv[]) { if (opts.show_help) { show_help(argv[0]); fuse_cmdline_help(); - fuse_lowlevel_help(); fuse_mount_help(); ret = 0; goto err_out1; -- cgit v1.2.3