# HG changeset patch # User wenzelm # Date 1220802529 -7200 # Node ID 67147cc3f9677a3079bc2ecbb09d503b4cb78dad # Parent c1277547d59f8278700fa752773dc592161223f1 *** MESSAGE REFERS TO PREVIOUS VERSION *** removed dummy thread structures from multithreading.ML; diff -r c1277547d59f -r 67147cc3f967 src/Pure/ML-Systems/polyml-5.1.ML --- a/src/Pure/ML-Systems/polyml-5.1.ML Sun Sep 07 17:46:44 2008 +0200 +++ b/src/Pure/ML-Systems/polyml-5.1.ML Sun Sep 07 17:48:49 2008 +0200 @@ -10,4 +10,3 @@ use "ML-Systems/polyml_old_compiler5.ML"; val pointer_eq = PolyML.pointerEq; - diff -r c1277547d59f -r 67147cc3f967 src/Pure/ML-Systems/polyml.ML --- a/src/Pure/ML-Systems/polyml.ML Sun Sep 07 17:46:44 2008 +0200 +++ b/src/Pure/ML-Systems/polyml.ML Sun Sep 07 17:48:49 2008 +0200 @@ -56,4 +56,3 @@ in use_text tune str_of_pos (1, name) output verbose txt end; end; -