a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/xmlToSql/xmlToSql.c src/hg/xmlToSql/xmlToSql.c
index 119f432..6928f9a 100644
--- src/hg/xmlToSql/xmlToSql.c
+++ src/hg/xmlToSql/xmlToSql.c
@@ -2,31 +2,30 @@
 /* This file is copyright 2005 Jim Kent, but license is hereby
  * granted for all use - public, private or commercial. */
 
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "dystring.h"
 #include "options.h"
 #include "portable.h"
 #include "xap.h"
 #include "dtdParse.h"
 #include "elStat.h"
 #include "rename.h"
 #include "tables.h"
 
-static char const rcsid[] = "$Id: xmlToSql.c,v 1.28 2006/09/14 16:44:29 angie Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "xmlToSql - Convert XML dump into a fairly normalized relational database\n"
   "   in the form of a directory full of tab-separated files and table\n"
   "   creation SQL.  You'll need to run autoDtd on the XML file first to\n"
   "   get the dtd and stats files.\n"
   "usage:\n"
   "   xmlToSql in.xml in.dtd in.stats outDir\n"
   "options:\n"
   "   -prefix=name - A name to prefix all tables with\n"
   "   -textField=name - Name to use for text field (default 'text')\n"
   "   -maxPromoteSize=N - Maximum size (default 32) for a element that\n"