aboutsummaryrefslogtreecommitdiff
path: root/sbin/badsect/badsect.c
diff options
context:
space:
mode:
authorJohan Karlsson <johan@FreeBSD.org>2003-02-22 21:33:42 +0000
committerJohan Karlsson <johan@FreeBSD.org>2003-02-22 21:33:42 +0000
commit6fb6bfcbad5ef7d77697d5cca73b8530d7f4690a (patch)
treee437a07b66b151c7f086654e4a1896f4b355aea8 /sbin/badsect/badsect.c
parenta23c6aee4d897725dfaf22a08b3dc53c334c7e70 (diff)
downloadsrc-6fb6bfcbad5ef7d77697d5cca73b8530d7f4690a.tar.gz
src-6fb6bfcbad5ef7d77697d5cca73b8530d7f4690a.zip
Remove unused variable to make badsect WARNS=2 clean.
Notes
Notes: svn path=/head/; revision=111265
Diffstat (limited to 'sbin/badsect/badsect.c')
-rw-r--r--sbin/badsect/badsect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/badsect/badsect.c b/sbin/badsect/badsect.c
index c196be612c8d..bce66c94f03b 100644
--- a/sbin/badsect/badsect.c
+++ b/sbin/badsect/badsect.c
@@ -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();