a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/txInfo.c src/hg/lib/txInfo.c index d061b6d..052e908 100644 --- src/hg/lib/txInfo.c +++ src/hg/lib/txInfo.c @@ -1,26 +1,25 @@ /* txInfo.c was originally generated by the autoSql program, which also * generated txInfo.h and txInfo.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 "txInfo.h" -static char const rcsid[] = "$Id: txInfo.c,v 1.6 2007/03/17 22:34:43 kent Exp $"; void txInfoStaticLoad(char **row, struct txInfo *ret) /* Load a row from txInfo table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->name = row[0]; ret->category = row[1]; ret->sourceAcc = row[2]; ret->isRefSeq = sqlUnsigned(row[3]); ret->sourceSize = sqlSigned(row[4]); ret->aliCoverage = sqlDouble(row[5]); ret->aliIdRatio = sqlDouble(row[6]); ret->genoMapCount = sqlSigned(row[7]); ret->exonCount = sqlSigned(row[8]);