a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/bacEndAlias.c src/hg/lib/bacEndAlias.c
index 442e323..18f80a3 100644
--- src/hg/lib/bacEndAlias.c
+++ src/hg/lib/bacEndAlias.c
@@ -1,26 +1,25 @@
 /* bacEndAlias.c was originally generated by the autoSql program, which also 
  * generated bacEndAlias.h and bacEndAlias.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 "bacEndAlias.h"
 
-static char const rcsid[] = "$Id: bacEndAlias.c,v 1.1 2004/07/22 19:59:27 hartera Exp $";
 
 void bacEndAliasStaticLoad(char **row, struct bacEndAlias *ret)
 /* Load a row from bacEndAlias table into ret.  The contents of ret will
  * be replaced at the next call to this function. */
 {
 int sizeOne,i;
 char *s;
 
 ret->alias = row[0];
 ret->identNo = sqlUnsigned(row[1]);
 ret->acc = row[2];
 }
 
 struct bacEndAlias *bacEndAliasLoad(char **row)
 /* Load a bacEndAlias from row fetched with select * from bacEndAlias