Remove unused vars to fix -Wunused issues

MFC after:	3 days
Sponsored by:	Dell EMC Isilon
This commit is contained in:
ngie 2017-01-14 04:10:04 +00:00
parent b408b1e26c
commit 26b50ac7f1

View File

@ -57,7 +57,7 @@ static off_t lengths[] = {0, 1, 2, 3, 4, 127, 128, 129, 511, 512, 513, 1023,
static int lengths_count = sizeof(lengths) / sizeof(off_t);
int
main(int argc, char *argv[])
main(void)
{
int error, fd, fds[2], i, read_only_fd;
char path[PATH_MAX];