a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/defaultDb.c src/hg/lib/defaultDb.c
index d1349e8..025affe 100644
--- src/hg/lib/defaultDb.c
+++ src/hg/lib/defaultDb.c
@@ -1,26 +1,25 @@
 /* defaultDb.c was originally generated by the autoSql program, which also 
  * generated defaultDb.h and defaultDb.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 "defaultDb.h"
 
-static char const rcsid[] = "$Id: defaultDb.c,v 1.4 2005/04/13 06:25:52 markd Exp $";
 
 void defaultDbStaticLoad(char **row, struct defaultDb *ret)
 /* Load a row from defaultDb table into ret.  The contents of ret will
  * be replaced at the next call to this function. */
 {
 
 ret->genome = row[0];
 ret->name = row[1];
 }
 
 struct defaultDb *defaultDbLoad(char **row)
 /* Load a defaultDb from row fetched with select * from defaultDb
  * from database.  Dispose of this with defaultDbFree(). */
 {
 struct defaultDb *ret;