Remove unused vars to fix -Wunused issues

MFC after:	3 days
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-01-14 04:10:04 +00:00
parent 5fea45956e
commit 54ff563fb9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312111

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];