a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/bbTest/bbTest.c src/utils/bbTest/bbTest.c
index 86ac3a0..e179a1e 100644
--- src/utils/bbTest/bbTest.c
+++ src/utils/bbTest/bbTest.c
@@ -1,27 +1,26 @@
 /* bbTest - a program to test bigBed is compatible with normal bed. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "bbiFile.h"
 #include "bigBed.h"
 #include "options.h"
 #include "localmem.h"
 #include "bits.h"
 #include "basicBed.h"
 
-static char const rcsid[] = "$Id: bbTest.c,v 1.2 2009/08/26 18:41:29 braney Exp $";
 
 int numTests = 1000;
 char *testChrom = NULL;
 int seed = 0;
 boolean bed12 = FALSE;
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "bbTest - a program to test bigBed is compatible with normal bed\n"
   "usage:\n"
   "   bbTest chrom.sizes file.bed file.bb\n"
   "arguments:\n"
   "   chrom.sizes  file with chrom names and sizes\n"