From 6cc546f248455ffd6b1da431d4ae714f2bdf75d6 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 30 Mar 2001 16:51:51 +0000 Subject: [PATCH] Remove two lint directives that aren't needed since rev 1.5. --- sbin/dump/itime.c | 2 -- 1 file changed, 2 deletions(-) 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) {