removed unused unmask_interrupt;
authorwenzelm
Fri, 15 Feb 2002 20:43:44 +0100
changeset 12896 4518acda6d93
parent 12895 d9dd528ecea6
child 12897 f4d10ad0ea7b
removed unused unmask_interrupt;
src/Pure/ML-Systems/mlworks.ML
src/Pure/ML-Systems/mosml.ML
src/Pure/ML-Systems/polyml-3.x.ML
--- a/src/Pure/ML-Systems/mlworks.ML	Fri Feb 15 20:43:09 2002 +0100
+++ b/src/Pure/ML-Systems/mlworks.ML	Fri Feb 15 20:43:44 2002 +0100
@@ -98,7 +98,6 @@
 MLWorks.Internal.Runtime.Event.interrupt_handler (fn () => raise Interrupt);
 
 fun mask_interrupt f x = f x;           
-fun unmask_interrupt f x = f x;
 fun exhibit_interrupt f x = f x;
 
 
--- a/src/Pure/ML-Systems/mosml.ML	Fri Feb 15 20:43:09 2002 +0100
+++ b/src/Pure/ML-Systems/mosml.ML	Fri Feb 15 20:43:44 2002 +0100
@@ -99,7 +99,6 @@
 exception Interrupt;
 
 fun mask_interrupt f x = f x;           
-fun unmask_interrupt f x = f x;
 fun exhibit_interrupt f x = f x;
 
 
--- a/src/Pure/ML-Systems/polyml-3.x.ML	Fri Feb 15 20:43:09 2002 +0100
+++ b/src/Pure/ML-Systems/polyml-3.x.ML	Fri Feb 15 20:43:44 2002 +0100
@@ -85,7 +85,6 @@
 (** interrupts **)      (*Note: may get into race conditions*)
 
 fun mask_interrupt f x = f x;
-fun unmask_interrupt f x = f x;
 fun exhibit_interrupt f x = f x;