src/Pure/ML/ml_init.ML
changeset 78650 47d0c333d155
parent 75594 303f885d4a8c
child 78740 45ff003d337c
--- a/src/Pure/ML/ml_init.ML	Wed Sep 06 16:03:22 2023 +0200
+++ b/src/Pure/ML/ml_init.ML	Wed Sep 06 20:51:28 2023 +0200
@@ -19,8 +19,6 @@
 
 val error_depth = PolyML.error_depth;
 
-open Thread;
-
 datatype illegal = Interrupt;
 
 structure Basic_Exn: BASIC_EXN = Exn;