mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
Remove unused variable to make badsect WARNS=2 clean.
This commit is contained in:
parent
a23c6aee4d
commit
6fb6bfcbad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111265
@ -4,7 +4,6 @@
|
||||
PROG= badsect
|
||||
DPADD= ${LIBUFS}
|
||||
LDADD= -lufs
|
||||
WARNS= 0
|
||||
MAN= badsect.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -97,7 +97,6 @@ main(int argc, char *argv[])
|
||||
DIR *dirp;
|
||||
char name[2 * MAXPATHLEN];
|
||||
char *name_dir_end;
|
||||
int i;
|
||||
|
||||
if (argc < 3)
|
||||
usage();
|
||||
|
Loading…
x
Reference in New Issue
Block a user