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 | |
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')
-rw-r--r-- | usr.bin/rcs/ci.c | 3 | ||||
-rw-r--r-- | usr.bin/rcs/co.c | 3 | ||||
-rw-r--r-- | usr.bin/rcs/ident.c | 3 | ||||
-rw-r--r-- | usr.bin/rcs/rcsclean.c | 3 | ||||
-rw-r--r-- | usr.bin/rcs/rcsdiff.c | 3 | ||||
-rw-r--r-- | usr.bin/rcs/rcsmerge.c | 3 | ||||
-rw-r--r-- | usr.bin/rcs/rcsprog.c | 4 | ||||
-rw-r--r-- | usr.bin/rcs/rlog.c | 3 |
8 files changed, 8 insertions, 17 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c index 20c1bf6debb..867d7963030 100644 --- a/usr.bin/rcs/ci.c +++ b/usr.bin/rcs/ci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.170 2006/05/08 16:56:40 xsa Exp $ */ +/* $OpenBSD: ci.c,v 1.171 2006/05/09 12:33:42 ray Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -199,7 +199,6 @@ checkin_main(int argc, char **argv) case 'V': printf("%s\n", rcs_version); exit(0); - /* NOTREACHED */ case 'w': if (pb.author != NULL) xfree(pb.author); diff --git a/usr.bin/rcs/co.c b/usr.bin/rcs/co.c index 6cd15e1245d..de033777082 100644 --- a/usr.bin/rcs/co.c +++ b/usr.bin/rcs/co.c @@ -1,4 +1,4 @@ -/* $OpenBSD: co.c,v 1.88 2006/05/05 01:29:59 ray Exp $ */ +/* $OpenBSD: co.c,v 1.89 2006/05/09 12:33:42 ray Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -114,7 +114,6 @@ checkout_main(int argc, char **argv) case 'V': printf("%s\n", rcs_version); exit(0); - /* NOTREACHED */ case 'w': /* if no argument, assume current user */ if (rcs_optarg == NULL) { diff --git a/usr.bin/rcs/ident.c b/usr.bin/rcs/ident.c index c859b4e7f47..fa7c39f059d 100644 --- a/usr.bin/rcs/ident.c +++ b/usr.bin/rcs/ident.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ident.c,v 1.19 2006/05/01 23:03:07 joris Exp $ */ +/* $OpenBSD: ident.c,v 1.20 2006/05/09 12:33:42 ray Exp $ */ /* * Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> * All rights reserved. @@ -51,7 +51,6 @@ ident_main(int argc, char **argv) case 'V': printf("%s\n", rcs_version); exit(0); - /* NOTREACHED */ default: (usage)(); exit(1); diff --git a/usr.bin/rcs/rcsclean.c b/usr.bin/rcs/rcsclean.c index 6dc3b225110..634d53c78af 100644 --- a/usr.bin/rcs/rcsclean.c +++ b/usr.bin/rcs/rcsclean.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsclean.c,v 1.45 2006/04/26 21:55:22 joris Exp $ */ +/* $OpenBSD: rcsclean.c,v 1.46 2006/05/09 12:33:42 ray Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -78,7 +78,6 @@ rcsclean_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 : ""; 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 : ""; diff --git a/usr.bin/rcs/rcsmerge.c b/usr.bin/rcs/rcsmerge.c index 24499f1db96..337fce71af3 100644 --- a/usr.bin/rcs/rcsmerge.c +++ b/usr.bin/rcs/rcsmerge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsmerge.c,v 1.41 2006/05/08 18:36:04 xsa Exp $ */ +/* $OpenBSD: rcsmerge.c,v 1.42 2006/05/09 12:33:42 ray Exp $ */ /* * Copyright (c) 2005, 2006 Xavier Santolaria <xsa@openbsd.org> * All rights reserved. @@ -76,7 +76,6 @@ rcsmerge_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 : ""; diff --git a/usr.bin/rcs/rcsprog.c b/usr.bin/rcs/rcsprog.c index 2faf1027385..390fed33dd9 100644 --- a/usr.bin/rcs/rcsprog.c +++ b/usr.bin/rcs/rcsprog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.c,v 1.123 2006/05/01 18:07:00 joris Exp $ */ +/* $OpenBSD: rcsprog.c,v 1.124 2006/05/09 12:33:42 ray Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -152,7 +152,6 @@ main(int argc, char **argv) rcs_worklist_run(&rcs_temp_files, rcs_worklist_unlink); exit(ret); - /* NOTREACHED */ } @@ -278,7 +277,6 @@ rcs_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 : ""; diff --git a/usr.bin/rcs/rlog.c b/usr.bin/rcs/rlog.c index c7e5083466e..f53fb27e892 100644 --- a/usr.bin/rcs/rlog.c +++ b/usr.bin/rcs/rlog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rlog.c,v 1.53 2006/04/28 12:30:25 xsa Exp $ */ +/* $OpenBSD: rlog.c,v 1.54 2006/05/09 12:33:42 ray Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * Copyright (c) 2005, 2006 Xavier Santolaria <xsa@openbsd.org> @@ -104,7 +104,6 @@ rlog_main(int argc, char **argv) case 'V': printf("%s\n", rcs_version); exit(0); - /* NOTREACHED */ case 'w': wflag = 1; wlist = rcs_optarg; |