a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/ggMrnaAli.c src/hg/lib/ggMrnaAli.c index 8cbd244..070ce93 100644 --- src/hg/lib/ggMrnaAli.c +++ src/hg/lib/ggMrnaAli.c @@ -1,27 +1,26 @@ /* ggMrnaAli.c was originally generated by the autoSql program, which also * generated ggMrnaAli.h and ggMrnaAli.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 "ggMrnaAli.h" #include "dnautil.h" -static char const rcsid[] = "$Id: ggMrnaAli.c,v 1.9 2007/02/09 02:11:27 kent Exp $"; void ggMrnaBlockStaticLoad(char **row, struct ggMrnaBlock *ret) /* Load a row from ggMrnaBlock table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->qStart = sqlSigned(row[0]); ret->qEnd = sqlSigned(row[1]); ret->tStart = sqlSigned(row[2]); ret->tEnd = sqlSigned(row[3]); } struct ggMrnaBlock *ggMrnaBlockLoad(char **row) /* Load a ggMrnaBlock from row fetched with select * from ggMrnaBlock * from database. Dispose of this with ggMrnaBlockFree(). */