Module Name:    src
Committed By:   dholland
Date:           Wed Dec 11 06:00:11 UTC 2013

Modified Files:
        src/bin/cp: utils.c

Log Message:
Remove entirely bogus /* NOTREACHED */ annotation.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/bin/cp/utils.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/cp/utils.c
diff -u src/bin/cp/utils.c:1.41 src/bin/cp/utils.c:1.42
--- src/bin/cp/utils.c:1.41	Wed Jan  4 15:58:37 2012
+++ src/bin/cp/utils.c	Wed Dec 11 06:00:11 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: utils.c,v 1.41 2012/01/04 15:58:37 christos Exp $ */
+/* $NetBSD: utils.c,v 1.42 2013/12/11 06:00:11 dholland Exp $ */
 
 /*-
  * Copyright (c) 1991, 1993, 1994
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)utils.c	8.3 (Berkeley) 4/1/94";
 #else
-__RCSID("$NetBSD: utils.c,v 1.41 2012/01/04 15:58:37 christos Exp $");
+__RCSID("$NetBSD: utils.c,v 1.42 2013/12/11 06:00:11 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -174,7 +174,6 @@ copy_file(FTSENT *entp, int dne)
 		}
 		return (0);
 	}
-	/* NOTREACHED */
 
 	/*
 	 * There's no reason to do anything other than close the file

Reply via email to