a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/gbWarn.c src/hg/lib/gbWarn.c index 854bbe7..f1ceee6 100644 --- src/hg/lib/gbWarn.c +++ src/hg/lib/gbWarn.c @@ -1,26 +1,25 @@ /* gbWarn.c was originally generated by the autoSql program, which also * generated gbWarn.h and gbWarn.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 "gbWarn.h" -static char const rcsid[] = "$Id: gbWarn.c,v 1.1 2008/04/26 07:09:21 markd Exp $"; /* definitions for reason column */ static char *values_reason[] = {"invitroNorm", "athRage", "orestes", NULL}; static struct hash *valhash_reason = NULL; void gbWarnStaticLoad(char **row, struct gbWarn *ret) /* Load a row from gbWarn table into ret. The contents of ret will * be replaced at the next call to this function. */ { safecpy(ret->acc, sizeof(ret->acc), row[0]); ret->reason = sqlEnumParse(row[1], values_reason, &valhash_reason); } struct gbWarn *gbWarnLoad(char **row)