a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/ecAttributeCode.c src/hg/lib/ecAttributeCode.c index 7baf8ba..abfb25c 100644 --- src/hg/lib/ecAttributeCode.c +++ src/hg/lib/ecAttributeCode.c @@ -1,26 +1,25 @@ /* ecAttributeCode.c was originally generated by the autoSql program, which also * generated ecAttributeCode.h and ecAttributeCode.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 "ecAttributeCode.h" -static char const rcsid[] = "$Id: ecAttributeCode.c,v 1.1 2005/10/17 00:12:09 baertsch Exp $"; void ecAttributeCodeStaticLoad(char **row, struct ecAttributeCode *ret) /* Load a row from ecAttributeCode table into ret. The contents of ret will * be replaced at the next call to this function. */ { strcpy(ret->type, row[0]); ret->description = row[1]; } struct ecAttributeCode *ecAttributeCodeLoad(char **row) /* Load a ecAttributeCode from row fetched with select * from ecAttributeCode * from database. Dispose of this with ecAttributeCodeFree(). */ { struct ecAttributeCode *ret;