src/Pure/ML-Systems/polyml-posix.ML
changeset 23139 aa899bce7c3b
parent 17763 6f933b702f44
--- a/src/Pure/ML-Systems/polyml-posix.ML	Wed May 30 23:32:54 2007 +0200
+++ b/src/Pure/ML-Systems/polyml-posix.ML	Thu May 31 01:25:24 2007 +0200
@@ -4,20 +4,6 @@
 Posix patches for Poly/ML.
 *)
 
-structure OriginalPosix = Posix;
-structure OriginalIO = Posix.IO;
-
-structure Posix =
-struct
-  open OriginalPosix
-  structure IO =
-  struct
-  open OriginalIO
-  val mkTextReader = mkReader
-  val mkTextWriter = mkWriter
-  end;
-end;
-
 (*This extension of the Poly/ML Signal structure is only necessary
   because in SML/NJ, types Posix.Signal.signal and Signals.signal differ.*)
 structure IsaSignal =