a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/pslStats/pslStats.c src/hg/pslStats/pslStats.c
index 74fb3b8..f20d7a7 100644
--- src/hg/pslStats/pslStats.c
+++ src/hg/pslStats/pslStats.c
@@ -1,26 +1,25 @@
 /* pslStats - collect statistics from a psl file */
 #include "common.h"
 #include "options.h"
 #include "obscure.h"
 #include "linefile.h"
 #include "hash.h"
 #include "localmem.h"
 #include "psl.h"
 #include "sqlNum.h"
 
-static char const rcsid[] = "$Id: pslStats.c,v 1.9 2009/10/30 21:08:18 markd Exp $";
 
 /* size for query name hashs */
 static int queryHashPowTwo = 22;
 
 /* command line option specifications */
 static struct optionSpec optionSpecs[] = {
     {"queryStats", OPTION_BOOLEAN},
     {"overallStats", OPTION_BOOLEAN},
     {"queries", OPTION_STRING},
     {NULL, 0}
 };
 
 static void usage()
 /* Explain usage and exit. */
 {