summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-03-30 16:51:51 +0000
committerobrien <obrien@FreeBSD.org>2001-03-30 16:51:51 +0000
commit4d6d792fb54b2951a1cfc5b692c89a2e07e7d4a9 (patch)
treeaad6a07035029f171f54f31041cc8b2991f7b988 /sbin/dump
parentd393f5dbe6bd97dd1114fec2d0f3cb2653a6f908 (diff)
downloadFreeBSD-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.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