a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/bedOrBlocks/bedOrBlocks.c src/hg/bedOrBlocks/bedOrBlocks.c
index a3b7cb9..6a9c717 100644
--- src/hg/bedOrBlocks/bedOrBlocks.c
+++ src/hg/bedOrBlocks/bedOrBlocks.c
@@ -1,24 +1,23 @@
 /* bedOrBlocks - Create a bed that is the union of all blocks of a list of beds.. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "bed.h"
 #include "rangeTree.h"
 
-static char const rcsid[] = "$Id: bedOrBlocks.c,v 1.1 2007/04/11 22:43:12 kent Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "bedOrBlocks - Create a bed that is the union of all blocks of a list of beds.\n"
   "usage:\n"
   "   bedOrBlocks in.bed out.bed\n"
   "Where in.bed is a file with the beds to merge, and out.bed is the\n"
   "merged bed. The in.bed should contain 12-column (blocked) beds.\n"
   "All beds on the same strand of the same chromosome will be merged.\n"
   "options:\n"
   "   -xxx=XXX\n"
   );
 }