a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/cnpSharpCutoff.c src/hg/lib/cnpSharpCutoff.c index 68d795a..f1402e7 100644 --- src/hg/lib/cnpSharpCutoff.c +++ src/hg/lib/cnpSharpCutoff.c @@ -1,26 +1,25 @@ /* cnpSharpCutoff.c was originally generated by the autoSql program, which also * generated cnpSharpCutoff.h and cnpSharpCutoff.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 "cnpSharpCutoff.h" -static char const rcsid[] = "$Id: cnpSharpCutoff.c,v 1.1 2005/07/10 02:02:55 daryl Exp $"; void cnpSharpCutoffStaticLoad(char **row, struct cnpSharpCutoff *ret) /* Load a row from cnpSharpCutoff table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->sample = row[0]; ret->batch = sqlUnsigned(row[1]); ret->value = atof(row[2]); } struct cnpSharpCutoff *cnpSharpCutoffLoad(char **row) /* Load a cnpSharpCutoff from row fetched with select * from cnpSharpCutoff * from database. Dispose of this with cnpSharpCutoffFree(). */ {