a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/autoXml/autoXml.c src/hg/autoXml/autoXml.c
index 12bfb37..cf05e8b 100644
--- src/hg/autoXml/autoXml.c
+++ src/hg/autoXml/autoXml.c
@@ -1,26 +1,25 @@
 /* autoXml - Generate structures code and parser for XML file from DTD-like spec. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "dystring.h"
 #include "cheapcgi.h"
 #include "obscure.h"
 #include "portable.h"
 #include "dtdParse.h"
 
-static char const rcsid[] = "$Id: autoXml.c,v 1.24 2006/03/22 16:52:23 angie Exp $";
 
 /* Variables that can be over-ridden from command line. */
 char *textField = "text";
 char *fileComment = "autoXml generated file";
 boolean picky;	/* Generate a parser that is afraid of the unknown. */
 boolean makeMain;	/* Generate main() routine as test shell. */
 boolean positiveOnly;	/* Don't write out negative numbers. */
 char prefix[128];	/* Added to start of output file and structure names. */
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "autoXml - Generate structures code and parser for XML file from DTD-like spec\n"
   "usage:\n"