a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/bigWigToWig/bigWigToWig.c src/utils/bigWigToWig/bigWigToWig.c
index df2e867..ae9d1b9 100644
--- src/utils/bigWigToWig/bigWigToWig.c
+++ src/utils/bigWigToWig/bigWigToWig.c
@@ -1,27 +1,26 @@
 /* bigWigToWig - Convert bigWig to wig.  This will keep more of the same structure of the 
  * original wig than bigWigToBedGraph does, but still will break up large stepped sections into 
  * smaller ones. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "udc.h"
 #include "bigWig.h"
 #include "obscure.h"
 
-static char const rcsid[] = "$Id: bigWigToWig.c,v 1.1 2009/11/13 00:26:28 kent Exp $";
 
 char *clChrom = NULL;
 int clStart = -1;
 int clEnd = -1;
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "bigWigToWig - Convert bigWig to wig.  This will keep more of the same structure of the\n"
   "original wig than bigWigToBedGraph does, but still will break up large stepped sections\n"
   "into smaller ones.\n"
   "usage:\n"
   "   bigWigToWig in.bigWig out.wig\n"
   "options:\n"