a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/countChars/countChars.c src/utils/countChars/countChars.c
index 55f3f9c..11107cd 100644
--- src/utils/countChars/countChars.c
+++ src/utils/countChars/countChars.c
@@ -1,19 +1,18 @@
 /* countChars - Count the number of occurences of a particular char. */
 #include "common.h"
 
-static char const rcsid[] = "$Id: countChars.c,v 1.3 2003/06/14 16:21:44 kent Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "countChars - Count the number of occurences of a particular char\n"
   "usage:\n"
   "   countChars char file(s)\n"
   "Char can either be a two digit hexadecimal value or\n"
   "a single letter literal character");
 }
 
 int unhex(char *s)
 /* Return hex val of s. */
 {