Remove two lint directives that aren't needed since rev 1.5.
This commit is contained in:
parent
d393f5dbe6
commit
4d6d792fb5
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user