diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c index 001afa245332..c1824c285956 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) {