a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/ensXRefZfish.c src/hg/lib/ensXRefZfish.c
index e6f9bc2..47ad3d7 100644
--- src/hg/lib/ensXRefZfish.c
+++ src/hg/lib/ensXRefZfish.c
@@ -1,26 +1,25 @@
 /* ensXRefZfish.c was originally generated by the autoSql program, which also 
  * generated ensXRefZfish.h and ensXRefZfish.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 "ensXRefZfish.h"
 
-static char const rcsid[] = "$Id: ensXRefZfish.c,v 1.2 2006/11/08 22:21:54 hartera Exp $";
 
 void ensXRefZfishStaticLoad(char **row, struct ensXRefZfish *ret)
 /* Load a row from ensXRefZfish table into ret.  The contents of ret will
  * be replaced at the next call to this function. */
 {
 
 ret->ensGeneId = row[0];
 ret->zfinId = row[1];
 ret->uniProtId = row[2];
 ret->spDisplayId = row[3];
 ret->geneId = row[4];
 ret->geneSymbol = row[5];
 ret->refSeq = row[6];
 ret->protAcc = row[7];
 ret->description = row[8];