a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/oneShot/rbIntTest/rbIntTest.c src/oneShot/rbIntTest/rbIntTest.c
index 27377c1..b8bbce4 100644
--- src/oneShot/rbIntTest/rbIntTest.c
+++ src/oneShot/rbIntTest/rbIntTest.c
@@ -6,31 +6,30 @@
  *   hash: 2927 millis
  * So in all it looks like it's not worth adding the special case
  * rbIntTree, especially since it's currently crashing for counts of
  * 200,000.  It does look worthwhile to use rbTree rather than a hash
  * though. */
 
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "memalloc.h"
 #include "localmem.h"
 #include "rbTree.h"
 #include "rbIntTree.h"
 
-static char const rcsid[] = "$Id: rbIntTest.c,v 1.1 2004/12/22 09:14:09 kent Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "rbIntTest - Test rbIntTree\n"
   "usage:\n"
   "   rbIntTest count\n"
   "options:\n"
   "   -xxx=XXX\n"
   );
 }
 
 static struct optionSpec options[] = {
    {NULL, 0},