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

This commit is contained in:
David E. O'Brien 2001-03-30 16:51:51 +00:00
parent 12417ed619
commit 6cc546f248
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75023

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) {