a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/bgiGeneInfo.c src/hg/lib/bgiGeneInfo.c index 5bf2787..90bb6e5 100644 --- src/hg/lib/bgiGeneInfo.c +++ src/hg/lib/bgiGeneInfo.c @@ -1,26 +1,25 @@ /* bgiGeneInfo.c was originally generated by the autoSql program, which also * generated bgiGeneInfo.h and bgiGeneInfo.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 "bgiGeneInfo.h" -static char const rcsid[] = "$Id: bgiGeneInfo.c,v 1.3 2005/04/11 08:13:43 markd Exp $"; void bgiGeneInfoStaticLoad(char **row, struct bgiGeneInfo *ret) /* Load a row from bgiGeneInfo table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->name = row[0]; ret->source = row[1]; ret->go = row[2]; ret->ipr = row[3]; } struct bgiGeneInfo *bgiGeneInfoLoad(char **row) /* Load a bgiGeneInfo from row fetched with select * from bgiGeneInfo * from database. Dispose of this with bgiGeneInfoFree(). */ {