a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/pslWQueryID.c src/hg/lib/pslWQueryID.c
index dd209d5..02ed9b8 100644
--- src/hg/lib/pslWQueryID.c
+++ src/hg/lib/pslWQueryID.c
@@ -1,26 +1,25 @@
 /* pslWQueryID.c was originally generated by the autoSql program, which also 
  * generated pslWQueryID.h and pslWQueryID.sql.  This module links the database and
  * the RAM representation of objects. */
 
 #include "common.h"
 #include "linefile.h"
 #include "dystring.h"
 #include "jksql.h"
 #include "pslWQueryID.h"
 
-static char const rcsid[] = "$Id: pslWQueryID.c,v 1.1 2004/07/14 22:08:06 hartera Exp $";
 
 struct pslWQueryID *pslWQueryIDLoad(char **row)
 /* Load a pslWQueryID from row fetched with select * from pslWQueryID
  * from database.  Dispose of this with pslWQueryIDFree(). */
 {
 struct pslWQueryID *ret;
 int sizeOne,i;
 char *s;
 
 AllocVar(ret);
 ret->blockCount = sqlUnsigned(row[17]);
 ret->matches = sqlUnsigned(row[0]);
 ret->misMatches = sqlUnsigned(row[1]);
 ret->repMatches = sqlUnsigned(row[2]);
 ret->nCount = sqlUnsigned(row[3]);