src/Pure/ROOT.ML
changeset 62662 291cc01f56f5
parent 62661 c23ff2f45a18
child 62665 a78ce0c6e191
--- a/src/Pure/ROOT.ML	Thu Mar 17 13:44:18 2016 +0100
+++ b/src/Pure/ROOT.ML	Thu Mar 17 16:56:44 2016 +0100
@@ -69,10 +69,6 @@
 PolyML.Compiler.printInAlphabeticalOrder := false;
 PolyML.Compiler.maxInlineSize := 80;
 
-fun ml_make_string struct_name =
-  "(fn x => Pretty.string_of (Pretty.from_ML (ML_Pretty.from_polyml (PolyML.prettyRepresentation (x, FixedInt.fromInt (" ^
-    struct_name ^ ".ML_print_depth ()))))))";
-
 
 (* ML debugger *)