mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove two lint directives that aren't needed since rev 1.5.
This commit is contained in:
parent
12417ed619
commit
6cc546f248
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue