a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/textHistogram/textHistogram.c src/utils/textHistogram/textHistogram.c
index 1814a23..9560a40 100644
--- src/utils/textHistogram/textHistogram.c
+++ src/utils/textHistogram/textHistogram.c
@@ -1,22 +1,21 @@
 /* textHistogram - Make a histogram in ascii. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 
-static char const rcsid[] = "$Id: textHistogram.c,v 1.26 2009/02/01 04:03:24 kent Exp $";
 
 /* command line option specifications */
 static struct optionSpec optionSpecs[] = {
     {"binSize", OPTION_STRING},
     {"maxBinCount", OPTION_INT},
     {"minVal", OPTION_STRING},
     {"log", OPTION_BOOLEAN},
     {"noStar", OPTION_BOOLEAN},
     {"col", OPTION_INT},
     {"aveCol", OPTION_INT},
     {"real", OPTION_BOOLEAN},
     {"autoscale", OPTION_INT},
     {"autoScale", OPTION_INT},
     {"skip", OPTION_INT},
     {"probValues", OPTION_BOOLEAN},