a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/genePredHisto/genePredHisto.c src/hg/genePredHisto/genePredHisto.c
index 07094c0..34c78a0 100644
--- src/hg/genePredHisto/genePredHisto.c
+++ src/hg/genePredHisto/genePredHisto.c
@@ -1,22 +1,21 @@
 /* genePredHisto - get data for generating histograms from a genePred file. */
 #include "common.h"
 #include "options.h"
 #include "genePred.h"
 #include "genePredReader.h"
 
-static char const rcsid[] = "$Id: genePredHisto.c,v 1.2 2005/12/06 00:40:27 markd Exp $";
 
 /* Command line option specifications */
 static struct optionSpec optionSpecs[] = {
     {"ids", OPTION_BOOLEAN},
     {NULL, 0}
 };
 static boolean clIds = FALSE;  /* print ids */
 
 /* type for function used to get histogram data */
 typedef void (*histoFuncType)(struct genePred *gp, FILE *outFh);
 
 void usage(char *msg)
 /* Explain usage and exit. */
 {
 errAbort("%s\n\n"