diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c index 10bd580d7f4c..26500ca68877 100644 --- a/usr.bin/who/who.c +++ b/usr.bin/who/who.c @@ -54,7 +54,6 @@ static const char rcsid[] = #include #include #include -#include #include #include #include @@ -74,9 +73,6 @@ main(argc, argv) FILE *ufp, *file(); char *t; - if (getopt(argc, argv, "") != -1) - usage(); - (void) setlocale(LC_TIME, ""); switch (argc) {