a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/lib/riken.c src/hg/lib/riken.c
index d9bfe4a..2b24fa2 100644
--- src/hg/lib/riken.c
+++ src/hg/lib/riken.c
@@ -1,22 +1,21 @@
 /* riken.c autoXml generated file to load RIKEN annotations. */
 
 #include "common.h"
 #include "xap.h"
 #include "riken.h"
 
-static char const rcsid[] = "$Id: riken.c,v 1.2 2003/05/06 07:22:23 kate Exp $";
 
 void *rikenStartHandler(struct xap *xp, char *name, char **atts);
 /* Called by expat with start tag.  Does most of the parsing work. */
 
 void rikenEndHandler(struct xap *xp, char *name);
 /* Called by expat with end tag.  Checks all required children are loaded. */
 
 
 void rikenMaxmlClustersSave(struct rikenMaxmlClusters *obj, int indent, FILE *f)
 /* Save rikenMaxmlClusters to file. */
 {
 struct rikenCluster *rikenCluster;
 boolean isNode = TRUE;
 if (obj == NULL) return;
 xapIndent(indent, f);