Remove two lint directives that aren't needed since rev 1.5.

This commit is contained in:
obrien 2001-03-30 16:51:51 +00:00
parent d393f5dbe6
commit 4d6d792fb5

View File

@ -88,7 +88,6 @@ initdumptimes()
msg("WARNING: cannot read %s: %s\n", dumpdates,
strerror(errno));
return;
/* NOTREACHED */
}
/*
* Dumpdates does not exist, make an empty one.
@ -98,7 +97,6 @@ initdumptimes()
msg("WARNING: cannot create %s: %s\n", dumpdates,
strerror(errno));
return;
/* NOTREACHED */
}
(void) fclose(df);
if ((df = fopen(dumpdates, "r")) == NULL) {