a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/altGraphX.c src/hg/lib/altGraphX.c
index b7b950f..8362dac 100644
--- src/hg/lib/altGraphX.c
+++ src/hg/lib/altGraphX.c
@@ -1,28 +1,27 @@
 /* altGraphX.c was originally generated by the autoSql program, which also 
  * generated altGraphX.h and altGraphX.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 "altGraphX.h"
 #include "geneGraph.h"
 #include "bed.h"
 
-static char const rcsid[] = "$Id: altGraphX.c,v 1.37 2009/08/13 03:08:30 markd Exp $";
 struct altGraphX *_agxSortable = NULL; /* used for sorting. */
 
 struct evidence *evidenceCommaIn(char **pS, struct evidence *ret)
 /* Create a evidence out of a comma separated string. 
  * This will fill in ret if non-null, otherwise will
  * return a new evidence */
 {
 char *s = *pS;
 int i;
 
 if(s == NULL)
     return NULL;
 if (ret == NULL)
     AllocVar(ret);
 ret->evCount = sqlSignedComma(&s);