a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/ccCp/ccCp.c src/utils/ccCp/ccCp.c
index d394225..9618c03 100644
--- src/utils/ccCp/ccCp.c
+++ src/utils/ccCp/ccCp.c
@@ -1,26 +1,25 @@
 /* ccCp - copy file to the cluster efficiently.  Uses child process
  * tracking mechanism. */
 #include "common.h"
 #include "linefile.h"
 #include "dlist.h"
 #include "portable.h"
 #include "dystring.h"
 #include "options.h"
 #include <sys/wait.h>
 
-static char const rcsid[] = "$Id: ccCp.c,v 1.7 2009/09/23 18:42:29 angie Exp $";
 
 int crossSwitchMax = 40;		/* Max copies between switches at once. */
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
 "ccCp - copy a file to cluster."
 "usage:\n"
 "   ccCp sourceFile destFile [hostList]\n"
 "This will copy sourceFile to destFile for all machines in\n"
 "hostList\n"
 "options\n"
 "    -crossMax=N (default %d) - maximum copies across switches\n"
 "example:\n"