a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/hgBlatTest/hgBlatTest.c src/hg/hgBlatTest/hgBlatTest.c
index da0563b..623e0f0 100644
--- src/hg/hgBlatTest/hgBlatTest.c
+++ src/hg/hgBlatTest/hgBlatTest.c
@@ -5,31 +5,30 @@
 #include "hash.h"
 #include "htmshell.h"
 #include "portable.h"
 #include "options.h"
 #include "errCatch.h"
 #include "ra.h"
 #include "fa.h"
 #include "nib.h"
 #include "htmlPage.h"
 #include "../near/hgNear/hgNear.h"
 #include "hdb.h"
 #include "qa.h"
 
 #include <time.h>
 
-static char const rcsid[] = "$Id: hgBlatTest.c,v 1.3 2004/11/07 05:26:30 kent Exp $";
 
 /* Command line variables. */
 char *dataDir = "./";
 char *clOrg = NULL;	/* Organism from command line. */
 char *clDb = NULL;	/* DB from command line */
 char *clType = NULL;	/* Type var from command line. */
 char *clSort = NULL;	/* Sort var from command line. */
 char *clOutput = NULL;	/* Output var from command line. */
 
 int clRepeat = 3;	/* Number of repetitions. */
 
 char *raName = "hgBlatTest.ra";
 struct hash *raList = NULL;
 
 void usage()