a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/hgGene/pathways.c src/hg/hgGene/pathways.c index cea0d4c..28e3f2a 100644 --- src/hg/hgGene/pathways.c +++ src/hg/hgGene/pathways.c @@ -1,27 +1,26 @@ /* pathways - do pathways section. */ #include "common.h" #include "hash.h" #include "linefile.h" #include "dystring.h" #include "jksql.h" #include "hdb.h" #include "spDb.h" #include "hgGene.h" -static char const rcsid[] = "$Id: pathways.c,v 1.19 2008/09/03 19:18:50 markd Exp $"; struct pathwayLink /* Info to link into a pathway. */ { char *name; /* Symbolic name */ char *shortLabel; /* Short label. */ char *longLabel; /* Long label. */ char *tables; /* Tables that must exist. */ int (*count)(struct pathwayLink *pl, struct sqlConnection *conn, char *geneId); /* Count number of items referring to this gene. */ void (*printLinks)(struct pathwayLink *pl, struct sqlConnection *conn, char *geneId);