a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/ispyTables.c src/hg/lib/ispyTables.c
index fa01a96..842471e 100644
--- src/hg/lib/ispyTables.c
+++ src/hg/lib/ispyTables.c
@@ -1,26 +1,25 @@
 /* ispyTables.c was originally generated by the autoSql program, which also 
  * generated ispyTables.h and ispyTables.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 "ispyTables.h"
 
-static char const rcsid[] = "$Id: ispyTables.c,v 1.2 2007/10/11 18:02:33 fanhsu Exp $";
 
 void patientStaticLoadWithNull(char **row, struct patient *ret)
 /* Load a row from patient table into ret.  The contents of ret will
  * be replaced at the next call to this function. */
 {
 
 ret->ispyId = row[0];
 ret->DataExtractDt = row[1];
 ret->Inst_ID = row[2];
 }
 
 struct patient *patientLoadWithNull(char **row)
 /* Load a patient from row fetched with select * from patient
  * from database.  Dispose of this with patientFree(). */
 {