remove redundant struct fuse_arg variable initialization

master
szaka 2007-01-17 20:59:21 +00:00
parent d12649781e
commit e3054e26f9
1 changed files with 0 additions and 1 deletions

View File

@ -2132,7 +2132,6 @@ int main(int argc, char *argv[])
}
fh = (struct fuse *)1; /* Cast anything except NULL to handle errors. */
margs = (struct fuse_args)FUSE_ARGS_INIT(0, NULL);
if (fuse_opt_add_arg(&margs, "") == -1 ||
fuse_opt_add_arg(&margs, "-o") == -1)
fh = NULL;