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