a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/snpExtFile.c src/hg/lib/snpExtFile.c index f6e6acf..fcd4efc 100644 --- src/hg/lib/snpExtFile.c +++ src/hg/lib/snpExtFile.c @@ -1,26 +1,25 @@ /* snpExtFile.c was originally generated by the autoSql program, which also * generated snpExtFile.h and snpExtFile.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 "snpExtFile.h" -static char const rcsid[] = "$Id: snpExtFile.c,v 1.1 2006/10/12 22:53:52 heather Exp $"; void snpExtFileStaticLoad(char **row, struct snpExtFile *ret) /* Load a row from snpExtFile table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->chrom = row[0]; ret->path = row[1]; ret->size = sqlSigned(row[2]); } struct snpExtFile *snpExtFileLoad(char **row) /* Load a snpExtFile from row fetched with select * from snpExtFile * from database. Dispose of this with snpExtFileFree(). */ {