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/rcsprog.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/rcsprog.c')
-rw-r--r-- | usr.bin/rcs/rcsprog.c | 4 |
1 files changed, 1 insertions, 3 deletions
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 : ""; |