Now that the timezone specification is no longer allowed, don't issue a

warning that it is missing.
This commit is contained in:
David Greenman 1994-08-09 08:52:53 +00:00
parent e9b3179b97
commit ce7ece3713

View File

@ -171,8 +171,6 @@ makefile()
else
fprintf(ofp, " -D%s", op->op_name);
fprintf(ofp, "\n");
if (hadtz == 0)
printf("timezone not specified; gmt assumed\n");
if ((unsigned)machine > NUSERS) {
printf("maxusers config info isn't present, using vax\n");
up = &users[MACHINE_VAX-1];