From 4d6d792fb54b2951a1cfc5b692c89a2e07e7d4a9 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 30 Mar 2001 16:51:51 +0000 Subject: Remove two lint directives that aren't needed since rev 1.5. --- sbin/dump/itime.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sbin/dump') 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) { -- cgit v1.1