From e3054e26f96f56aa6e2135d42bea4754520496da Mon Sep 17 00:00:00 2001 From: szaka Date: Wed, 17 Jan 2007 20:59:21 +0000 Subject: [PATCH] remove redundant struct fuse_arg variable initialization --- src/ntfs-3g.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index 7063e0f1..91091720 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -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;