a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/snp125Exceptions.c src/hg/lib/snp125Exceptions.c
index adab357..d08175e 100644
--- src/hg/lib/snp125Exceptions.c
+++ src/hg/lib/snp125Exceptions.c
@@ -1,26 +1,25 @@
 /* snp125Exceptions.c was originally generated by the autoSql program, which also 
  * generated snp125Exceptions.h and snp125Exceptions.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 "snp125Exceptions.h"
 
-static char const rcsid[] = "$Id: snp125Exceptions.c,v 1.3 2006/02/23 02:38:35 heather Exp $";
 
 void snp125ExceptionsStaticLoad(char **row, struct snp125Exceptions *ret)
 /* Load a row from snp125Exceptions table into ret.  The contents of ret will
  * be replaced at the next call to this function. */
 {
 
 ret->chrom = row[0];
 ret->chromStart = sqlUnsigned(row[1]);
 ret->chromEnd = sqlUnsigned(row[2]);
 ret->name = row[3];
 ret->exception = row[4];
 }
 
 struct snp125Exceptions *snp125ExceptionsLoad(char **row)
 /* Load a snp125Exceptions from row fetched with select * from snp125Exceptions