diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2006-05-09 12:33:43 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2006-05-09 12:33:43 +0000 |
commit | 07b25bd2670331f346e8f00897ca89d6328d5c2f (patch) | |
tree | c7e243dbbf968d5c26e1f006353fb950530bc384 /usr.bin/rcs/rcsdiff.c | |
parent | 9c8dad34baf669c19d6ee915ba46e63e88afbf0d (diff) |
Remove /* NOTREACHED */ comments, now that lint is smart about
__dead. I never should have put them there.
OK xsa@.
Diffstat (limited to 'usr.bin/rcs/rcsdiff.c')
-rw-r--r-- | usr.bin/rcs/rcsdiff.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcsdiff.c b/usr.bin/rcs/rcsdiff.c index fbaf74b2253..5e414452082 100644 --- a/usr.bin/rcs/rcsdiff.c +++ b/usr.bin/rcs/rcsdiff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsdiff.c,v 1.63 2006/05/08 09:59:09 xsa Exp $ */ +/* $OpenBSD: rcsdiff.c,v 1.64 2006/05/09 12:33:42 ray Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -92,7 +92,6 @@ rcsdiff_main(int argc, char **argv) case 'V': printf("%s\n", rcs_version); exit(0); - /* NOTREACHED */ case 'x': /* Use blank extension if none given. */ rcs_suffixes = rcs_optarg ? rcs_optarg : ""; |