1
0
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:
Johan Karlsson 2003-02-22 21:33:42 +00:00
parent a23c6aee4d
commit 6fb6bfcbad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111265
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
PROG= badsect
DPADD= ${LIBUFS}
LDADD= -lufs
WARNS= 0
MAN= badsect.8
.include <bsd.prog.mk>

View File

@ -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();