a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/gbSeq.c src/hg/lib/gbSeq.c index ec596c2..a10e651 100644 --- src/hg/lib/gbSeq.c +++ src/hg/lib/gbSeq.c @@ -1,26 +1,25 @@ /* gbSeq.c was originally generated by the autoSql program, which also * generated gbSeq.h and gbSeq.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 "gbSeq.h" -static char const rcsid[] = "$Id: gbSeq.c,v 1.1 2009/07/04 07:14:20 markd Exp $"; /* definitions for type column */ static char *values_type[] = {"EST", "mRNA", "PEP", NULL}; static struct hash *valhash_type = NULL; /* definitions for srcDb column */ static char *values_srcDb[] = {"GenBank", "RefSeq", "Other", NULL}; static struct hash *valhash_srcDb = NULL; void gbSeqStaticLoad(char **row, struct gbSeq *ret) /* Load a row from gbSeq table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->id = sqlUnsigned(row[0]);