a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/stsInfo2.c src/hg/lib/stsInfo2.c index 7721e28..04108eb 100644 --- src/hg/lib/stsInfo2.c +++ src/hg/lib/stsInfo2.c @@ -1,26 +1,25 @@ /* stsInfo2.c was originally generated by the autoSql program, which also * generated stsInfo2.h and stsInfo2.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 "stsInfo2.h" -static char const rcsid[] = "$Id: stsInfo2.c,v 1.3 2005/04/13 06:25:57 markd Exp $"; struct stsInfo2 *stsInfo2Load(char **row) /* Load a stsInfo2 from row fetched with select * from stsInfo2 * from database. Dispose of this with stsInfo2Free(). */ { struct stsInfo2 *ret; int sizeOne; AllocVar(ret); ret->gbCount = sqlUnsigned(row[2]); ret->gdbCount = sqlUnsigned(row[4]); ret->nameCount = sqlUnsigned(row[6]); ret->otherDbstsCount = sqlUnsigned(row[9]); ret->otherUCSCcount = sqlUnsigned(row[16]); ret->mergeUCSCcount = sqlUnsigned(row[18]);