a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/chr18deletions.c src/hg/lib/chr18deletions.c index 188f7e5..df2ecf7 100644 --- src/hg/lib/chr18deletions.c +++ src/hg/lib/chr18deletions.c @@ -1,26 +1,25 @@ /* chr18deletions.c was originally generated by the autoSql program, which also * generated chr18deletions.h and chr18deletions.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 "chr18deletions.h" -static char const rcsid[] = "$Id: chr18deletions.c,v 1.3 2005/04/13 06:25:51 markd Exp $"; struct chr18deletions *chr18deletionsLoad(char **row) /* Load a chr18deletions from row fetched with select * from chr18deletions * from database. Dispose of this with chr18deletionsFree(). */ { struct chr18deletions *ret; int sizeOne; AllocVar(ret); ret->ssCount = sqlUnsigned(row[6]); ret->seCount = sqlUnsigned(row[8]); ret->lsCount = sqlUnsigned(row[10]); ret->leCount = sqlUnsigned(row[12]); ret->chrom = cloneString(row[0]); ret->chromStart = sqlSigned(row[1]);