a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/splignAlign.c src/hg/lib/splignAlign.c index d36dea3..98c177d 100644 --- src/hg/lib/splignAlign.c +++ src/hg/lib/splignAlign.c @@ -1,26 +1,25 @@ /* splignAlign.c was originally generated by the autoSql program, which also * generated splignAlign.h and splignAlign.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 "splignAlign.h" -static char const rcsid[] = "$Id: splignAlign.c,v 1.2 2005/04/13 06:25:57 markd Exp $"; void splignAlignStaticLoad(char **row, struct splignAlign *ret) /* Load a row from splignAlign table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->query = row[0]; ret->target = row[1]; ret->perId = atof(row[2]); ret->match = sqlSigned(row[3]); ret->qStart = sqlSigned(row[4]); ret->qEnd = sqlSigned(row[5]); ret->tStart = sqlSigned(row[6]); ret->tEnd = sqlSigned(row[7]); ret->type = row[8];