diff options
author | imp <imp@FreeBSD.org> | 2001-03-01 05:46:03 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-03-01 05:46:03 +0000 |
commit | cb2b79eb7411498800b95d3037242a01d5d655d1 (patch) | |
tree | bc25e1c9b119e89e3ce41ccc8ff86daed3da96c3 /usr.bin | |
parent | 6da2732b8bb631f2fce34f2ac6d45f2bb63f9888 (diff) | |
download | FreeBSD-src-cb2b79eb7411498800b95d3037242a01d5d655d1.zip FreeBSD-src-cb2b79eb7411498800b95d3037242a01d5d655d1.tar.gz |
Remove redundant declaration of optind. It has been declared in unistd.h
for ages.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/calendar/calendar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c index e6cf556..197b82d 100644 --- a/usr.bin/calendar/calendar.c +++ b/usr.bin/calendar/calendar.c @@ -67,7 +67,6 @@ main(argc, argv) int argc; char *argv[]; { - extern int optind; int ch; (void) setlocale(LC_ALL, ""); |