a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/xmlCat/xmlCat.c src/hg/xmlCat/xmlCat.c index 1cfac3c..d7a209b 100644 --- src/hg/xmlCat/xmlCat.c +++ src/hg/xmlCat/xmlCat.c @@ -1,24 +1,23 @@ /* xmlCat - Concatenate xml files together, stuffing all records inside a single outer tag. . */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "xmlEscape.h" #include "xp.h" -static char const rcsid[] = "$Id: xmlCat.c,v 1.1 2005/12/02 22:09:56 kent Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "xmlCat - Concatenate xml files together, stuffing all records inside a single outer tag. \n" "usage:\n" " xmlCat XXX\n" "options:\n" " -xxx=XXX\n" ); } static struct optionSpec options[] = { {NULL, 0},