a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/dvXref2.c src/hg/lib/dvXref2.c
index 7413148..27b0235 100644
--- src/hg/lib/dvXref2.c
+++ src/hg/lib/dvXref2.c
@@ -1,26 +1,25 @@
 /* dvXref2.c was originally generated by the autoSql program, which also 
  * generated dvXref2.h and dvXref2.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 "dvXref2.h"
 
-static char const rcsid[] = "$Id: dvXref2.c,v 1.1 2005/08/09 05:02:58 heather Exp $";
 
 void dvXref2StaticLoad(char **row, struct dvXref2 *ret)
 /* Load a row from dvXref2 table into ret.  The contents of ret will
  * be replaced at the next call to this function. */
 {
 
 ret->varId = row[0];
 ret->extSrc = row[1];
 ret->extAcc = row[2];
 }
 
 struct dvXref2 *dvXref2Load(char **row)
 /* Load a dvXref2 from row fetched with select * from dvXref2
  * from database.  Dispose of this with dvXref2Free(). */
 {