a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/lsSnpPdb.c src/hg/lib/lsSnpPdb.c index 21ee921..942088d 100644 --- src/hg/lib/lsSnpPdb.c +++ src/hg/lib/lsSnpPdb.c @@ -1,26 +1,25 @@ /* lsSnpPdb.c was originally generated by the autoSql program, which also * generated lsSnpPdb.h and lsSnpPdb.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 "lsSnpPdb.h" -static char const rcsid[] = "$Id: lsSnpPdb.c,v 1.1 2008/12/02 01:37:01 markd Exp $"; /* definitions for structType column */ static char *values_structType[] = {"XRay", "NMR", NULL}; static struct hash *valhash_structType = NULL; void lsSnpPdbStaticLoad(char **row, struct lsSnpPdb *ret) /* Load a row from lsSnpPdb table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->protId = row[0]; ret->pdbId = row[1]; ret->structType = sqlEnumParse(row[2], values_structType, &valhash_structType); ret->chain = row[3][0]; ret->snpId = row[4];