src/Pure/ROOT.ML
changeset 62661 c23ff2f45a18
parent 62659 bb29cc00c31f
child 62662 291cc01f56f5
--- a/src/Pure/ROOT.ML	Thu Mar 17 12:32:12 2016 +0100
+++ b/src/Pure/ROOT.ML	Thu Mar 17 13:44:18 2016 +0100
@@ -56,14 +56,6 @@
 
 use "ML/ml_pretty.ML";
 
-local
-  val depth = Unsynchronized.ref 10;
-in
-  fun get_default_print_depth () = ! depth;
-  fun default_print_depth n = (depth := n; PolyML.print_depth n);
-  val _ = default_print_depth 10;
-end;
-
 val error_depth = PolyML.error_depth;