a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/affy10KDetails.c src/hg/lib/affy10KDetails.c
index 0cf2d92..cd9ba4e 100644
--- src/hg/lib/affy10KDetails.c
+++ src/hg/lib/affy10KDetails.c
@@ -1,26 +1,25 @@
 /* affy10KDetails.c was originally generated by the autoSql program, which also 
  * generated affy10KDetails.h and affy10KDetails.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 "affy10KDetails.h"
 
-static char const rcsid[] = "$Id: affy10KDetails.c,v 1.2 2005/04/11 08:13:42 markd Exp $";
 
 void affy10KDetailsStaticLoad(char **row, struct affy10KDetails *ret)
 /* Load a row from affy10KDetails table into ret.  The contents of ret will
  * be replaced at the next call to this function. */
 {
 ret->affyId = row[0];
 ret->rsId = row[1];
 ret->tscId = row[2];
 strcpy(ret->baseA, row[3]);
 strcpy(ret->baseB, row[4]);
 strcpy(ret->sequenceA, row[5]);
 strcpy(ret->sequenceB, row[6]);
 strcpy(ret->enzyme, row[7]);
 }