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/co.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/co.c')
-rw-r--r-- | usr.bin/rcs/co.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) { |