a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/easyGene.c src/hg/lib/easyGene.c
index d454d72..4c7bb10 100644
--- src/hg/lib/easyGene.c
+++ src/hg/lib/easyGene.c
@@ -1,26 +1,25 @@
 /* easyGene.c was originally generated by the autoSql program, which also 
  * generated easyGene.h and easyGene.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 "easyGene.h"
 
-static char const rcsid[] = "$Id: easyGene.c,v 1.1 2004/10/12 13:21:08 aamp Exp $";
 
 void easyGeneStaticLoad(char **row, struct easyGene *ret)
 /* Load a row from easyGene table into ret.  The contents of ret will
  * be replaced at the next call to this function. */
 {
 
 ret->chrom = row[0];
 ret->chromStart = sqlUnsigned(row[1]);
 ret->chromEnd = sqlUnsigned(row[2]);
 ret->name = row[3];
 ret->score = sqlUnsigned(row[4]);
 strcpy(ret->strand, row[5]);
 ret->feat = row[6];
 ret->R = atof(row[7]);
 ret->frame = sqlUnsigned(row[8]);