a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/wigToBed/wigToBed.c src/utils/wigToBed/wigToBed.c
index 5c82dd1..ae3bb79 100644
--- src/utils/wigToBed/wigToBed.c
+++ src/utils/wigToBed/wigToBed.c
@@ -1,25 +1,24 @@
 /* wigToBed - Convert wig to bed format using a threshold.  A primitive peak caller.. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "localmem.h"
 #include "metaWig.h"
 #include "sqlNum.h"
 
-static char const rcsid[] = "$Id: wigToBed.c,v 1.1 2010/06/04 21:32:17 kent Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "wigToBed - Convert wig (or bigWig) to bed format using a threshold.  A primitive peak caller.\n"
   "usage:\n"
   "   wigToBed input.wig threshold output.bed\n"
   "options:\n"
   "   -xxx=XXX\n"
   );
 }
 
 static struct optionSpec options[] = {
    {NULL, 0},