4a3f3df9cab079354e8a9f4cf6c56f616f1ea0ab
kent
  Fri Apr 6 16:29:22 2012 -0700
Removing MySQL linking dependency.
diff --git src/hg/autoXml/doTest src/hg/autoXml/doTest
deleted file mode 100755
index 80d799f..0000000
--- src/hg/autoXml/doTest
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/csh
-foreach t (polygon dasGff)
-    autoXml test/$t/$t.dtd test/$t/out/$t
-    diff -x CVS test/$t/expected test/$t/out
-end