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