summaryrefslogtreecommitdiffstats
path: root/usr.bin/whereis/whereis.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-04-09 14:31:41 +0000
committerstefanf <stefanf@FreeBSD.org>2005-04-09 14:31:41 +0000
commit60b910d7c27c4544e9c4525d0092d04cfdaf384e (patch)
treedf069329e153ae625933b8518f079cd3eb356753 /usr.bin/whereis/whereis.c
parent1b9c36cc46d51f70af44b3a5e15adda1896c2cdf (diff)
downloadFreeBSD-src-60b910d7c27c4544e9c4525d0092d04cfdaf384e.zip
FreeBSD-src-60b910d7c27c4544e9c4525d0092d04cfdaf384e.tar.gz
Remove unused variables.
Diffstat (limited to 'usr.bin/whereis/whereis.c')
-rw-r--r--usr.bin/whereis/whereis.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c
index c212e28..70feb8a 100644
--- a/usr.bin/whereis/whereis.c
+++ b/usr.bin/whereis/whereis.c
@@ -102,10 +102,9 @@ usage(void)
void
scanopts(int argc, char **argv)
{
- int c, i, opt_f;
+ int c, i;
ccharp **dirlist;
- opt_f = 0;
while ((c = getopt(argc, argv, "BMSabfmqsux")) != -1)
switch (c) {
case 'B':
OpenPOWER on IntegriCloud