a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/perf/rangeQuery.c src/hg/perf/rangeQuery.c
index 83812aa..d99e0b2 100644
--- src/hg/perf/rangeQuery.c
+++ src/hg/perf/rangeQuery.c
@@ -1,24 +1,23 @@
 /* rangeQuery - Generate and execute range queries. */
 #include "common.h"
 #include "hdb.h"
 #include "jksql.h"
 #include "options.h"
 // for clock1000()
 #include "portable.h"
 
-static char const rcsid[] = "";
 
 /* Command line switches. */
 int iterations = 1;        /* Number of iterations. */
 
 /* command line option specifications */
 static struct optionSpec optionSpecs[] = {
     {"iter", OPTION_INT},
     {NULL, 0}
 };
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "rangeQuery - Generate and execute range queries\n"