a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/sgdAbundance.c src/hg/lib/sgdAbundance.c index 19c666d..45486f2 100644 --- src/hg/lib/sgdAbundance.c +++ src/hg/lib/sgdAbundance.c @@ -1,26 +1,25 @@ /* sgdAbundance.c was originally generated by the autoSql program, which also * generated sgdAbundance.h and sgdAbundance.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 "sgdAbundance.h" -static char const rcsid[] = "$Id: sgdAbundance.c,v 1.2 2005/04/13 06:25:56 markd Exp $"; void sgdAbundanceStaticLoad(char **row, struct sgdAbundance *ret) /* Load a row from sgdAbundance table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->name = row[0]; ret->abundance = atof(row[1]); ret->error = row[2]; } struct sgdAbundance *sgdAbundanceLoad(char **row) /* Load a sgdAbundance from row fetched with select * from sgdAbundance * from database. Dispose of this with sgdAbundanceFree(). */ {