diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2016-03-17 23:48:43 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2016-03-17 23:48:43 +0000 |
commit | 49af6e0c29bb5524a532a21d2859a6b245af3ab4 (patch) | |
tree | e246f326d2a2b8dd463fcc85585ac1b939289ac3 /lib/libc/gen | |
parent | 676f95fe580ea8a736d68a1a8f3d651cd5ac696a (diff) |
remove NOTREACHED
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/fstab.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/fstab.c b/lib/libc/gen/fstab.c index 6178f7b8c99..ed3ce5a0ac7 100644 --- a/lib/libc/gen/fstab.c +++ b/lib/libc/gen/fstab.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fstab.c,v 1.21 2015/09/13 21:02:26 guenther Exp $ */ +/* $OpenBSD: fstab.c,v 1.22 2016/03/17 23:48:42 mmcc Exp $ */ /* * Copyright (c) 1980, 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -148,7 +148,6 @@ fstabscan(void) bad: /* We silently ignore all bogus lines */ ; } - /* NOTREACHED */ } struct fstab * |