removed obsolete artifacts;
authorwenzelm
Sat, 25 Apr 2009 21:28:05 +0200
changeset 30981 6b9b93816b30
parent 30980 fe0855471964
child 30982 7882a1268a48
removed obsolete artifacts;
src/Pure/Tools/ROOT.ML
--- a/src/Pure/Tools/ROOT.ML	Sat Apr 25 21:28:04 2009 +0200
+++ b/src/Pure/Tools/ROOT.ML	Sat Apr 25 21:28:05 2009 +0200
@@ -1,23 +1,9 @@
-(*  Title:      Pure/Tools/ROOT.ML
-
-Miscellaneous tools and packages for Pure Isabelle.
-*)
+(* Miscellaneous tools and packages for Pure Isabelle *)
 
 use "named_thms.ML";
 
-(*basic XML support*)
 use "xml_syntax.ML";
 
 use "find_theorems.ML";
 use "find_consts.ML";
 
-use "auto_solve.ML";
-
-(*quickcheck stub needed here because of pg preferences*)
-structure Quickcheck =
-struct
-
-val auto = ref false;
-val auto_time_limit = ref 5000;
-
-end;