a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/stsInfo.c src/hg/lib/stsInfo.c index 8bf5109..901d486 100644 --- src/hg/lib/stsInfo.c +++ src/hg/lib/stsInfo.c @@ -1,25 +1,24 @@ /* stsInfo.c was originally generated by the autoSql program, which also * generated stsInfo.h and stsInfo.sql. This module links the database and * the RAM representation of objects. */ #include "common.h" #include "linefile.h" #include "jksql.h" #include "stsInfo.h" -static char const rcsid[] = "$Id: stsInfo.c,v 1.6 2005/04/13 06:25:57 markd Exp $"; struct stsInfo *stsInfoLoad(char **row) /* Load a stsInfo from row fetched with select * from stsInfo * from database. Dispose of this with stsInfoFree(). */ { struct stsInfo *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]);