a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/bigWigSummary/bigWigSummary.c src/utils/bigWigSummary/bigWigSummary.c
index 4d4f31d..4ce8c4d 100644
--- src/utils/bigWigSummary/bigWigSummary.c
+++ src/utils/bigWigSummary/bigWigSummary.c
@@ -1,26 +1,25 @@
 /* bigWigSummary - Extract summary information from a bigWig file.. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "sqlNum.h"
 #include "udc.h"
 #include "bigWig.h"
 #include "obscure.h"
 
-static char const rcsid[] = "$Id: bigWigSummary.c,v 1.13 2009/11/20 17:12:17 kent Exp $";
 
 char *summaryType = "mean";
 
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "bigWigSummary - Extract summary information from a bigWig file.\n"
   "usage:\n"
   "   bigWigSummary file.bigWig chrom start end dataPoints\n"
   "Get summary data from bigWig for indicated region, broken into\n"
   "dataPoints equal parts.  (Use dataPoints=1 for simple summary.)\n"
   "\nNOTE:  start and end coordinates are in BED format (0-based)\n\n"
   "options:\n"