a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/acemblyClass.c src/hg/lib/acemblyClass.c
index e21aaac..9b07a1b 100644
--- src/hg/lib/acemblyClass.c
+++ src/hg/lib/acemblyClass.c
@@ -1,26 +1,25 @@
 /* acemblyClass.c was originally generated by the autoSql program, which also 
  * generated acemblyClass.h and acemblyClass.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 "acemblyClass.h"
 
-static char const rcsid[] = "$Id: acemblyClass.c,v 1.1 2005/01/13 21:46:31 hartera Exp $";
 
 void acemblyClassStaticLoad(char **row, struct acemblyClass *ret)
 /* Load a row from acemblyClass table into ret.  The contents of ret will
  * be replaced at the next call to this function. */
 {
 
 ret->name = row[0];
 ret->class = row[1];
 }
 
 struct acemblyClass *acemblyClassLoad(char **row)
 /* Load a acemblyClass from row fetched with select * from acemblyClass
  * from database.  Dispose of this with acemblyClassFree(). */
 {
 struct acemblyClass *ret;