fuse2fs: delete unused variables

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian
Darrick J. Wong 2016-04-19 12:21:00 -07:00 committed by Theodore Ts'o
parent 19df3aed71
commit 8feb6f439a
1 changed files with 1 additions and 2 deletions

View File

@ -3712,8 +3712,7 @@ int main(int argc, char *argv[])
struct fuse_args args = FUSE_ARGS_INIT(argc, argv);
struct fuse2fs fctx;
errcode_t err;
char *tok, *arg, *logfile;
int i;
char *logfile;
char extra_args[BUFSIZ];
int ret = 0, flags = EXT2_FLAG_64BITS | EXT2_FLAG_EXCLUSIVE;