a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/rmskOut.c src/hg/lib/rmskOut.c index 8ba1c47..f734a00 100644 --- src/hg/lib/rmskOut.c +++ src/hg/lib/rmskOut.c @@ -1,27 +1,26 @@ /* rmskOut.c was originally generated by the autoSql program, which also * generated rmskOut.h and rmskOut.sql. This module links the database and the RAM * representation of objects. */ #include "common.h" #include "jksql.h" #include "obscure.h" #include "linefile.h" #include "rmskOut.h" #include "binRange.h" -static char const rcsid[] = "$Id: rmskOut.c,v 1.9 2006/03/09 21:11:21 angie Exp $"; void rmskOutStaticLoad(char **row, struct rmskOut *ret) /* Load a row from rmskOut table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->swScore = sqlUnsigned(row[0]); ret->milliDiv = sqlUnsigned(row[1]); ret->milliDel = sqlUnsigned(row[2]); ret->milliIns = sqlUnsigned(row[3]); ret->genoName = row[4]; ret->genoStart = sqlUnsigned(row[5]); ret->genoEnd = sqlUnsigned(row[6]); ret->genoLeft = sqlSigned(row[7]); strcpy(ret->strand, row[8]);