diff options
author | obrien <obrien@FreeBSD.org> | 2001-03-30 16:51:51 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-03-30 16:51:51 +0000 |
commit | 4d6d792fb54b2951a1cfc5b692c89a2e07e7d4a9 (patch) | |
tree | aad6a07035029f171f54f31041cc8b2991f7b988 /sbin/dump | |
parent | d393f5dbe6bd97dd1114fec2d0f3cb2653a6f908 (diff) | |
download | FreeBSD-src-4d6d792fb54b2951a1cfc5b692c89a2e07e7d4a9.zip FreeBSD-src-4d6d792fb54b2951a1cfc5b692c89a2e07e7d4a9.tar.gz |
Remove two lint directives that aren't needed since rev 1.5.
Diffstat (limited to 'sbin/dump')
-rw-r--r-- | sbin/dump/itime.c | 2 |
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) { |