summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/itime.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c
index 001afa2..c1824c2 100644
--- a/sbin/dump/itime.c
+++ b/sbin/dump/itime.c
@@ -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) {
OpenPOWER on IntegriCloud