aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-12-04 19:36:14 +0100
committerSergey Poznyakoff <gray@gnu.org.ua>2015-12-05 08:36:46 +0200
commit58b8ac114790e2de7992db1a387ec14238783f39 (patch)
tree00e292945a1a2b5943e30682bae7416a7000e398
parent45af1632aa64a5ba1b108e248920e67c180e8485 (diff)
downloadpaxutils-58b8ac114790e2de7992db1a387ec14238783f39.tar.gz
paxutils-58b8ac114790e2de7992db1a387ec14238783f39.tar.bz2
genfile: remove unused variable
* tests/genfile.c (generate_sparse_file): Remove unused 'i'.
-rw-r--r--tests/genfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/genfile.c b/tests/genfile.c
index d41336b..4699d21 100644
--- a/tests/genfile.c
+++ b/tests/genfile.c
@@ -557,7 +557,6 @@ make_fragment (int fd, char *offstr, char *mapstr)
static void
generate_sparse_file (int argc, char **argv)
{
- int i;
int fd;
int flags = O_CREAT | O_RDWR | O_BINARY;

Return to:

Send suggestions and report system problems to the System administrator.