src/Pure/ML-Systems/proper_int.ML
changeset 28490 40c3f900c457
parent 24604 d5c5d2e13fbf
child 29564 f8b933a62151
--- a/src/Pure/ML-Systems/proper_int.ML	Fri Oct 03 21:06:37 2008 +0200
+++ b/src/Pure/ML-Systems/proper_int.ML	Fri Oct 03 21:06:38 2008 +0200
@@ -193,18 +193,3 @@
   fun fmt a b = Time.fmt (dest_int a) b;
 end;
 
-
-(* Posix *)
-
-structure Posix =
-struct
-  open Posix;
-  structure IO =
-  struct
-    open IO;
-    fun mkTextWriter {appendMode, chunkSize, fd, initBlkMode, name} =
-      IO.mkTextWriter {appendMode = appendMode, chunkSize = dest_int chunkSize,
-        fd = fd, initBlkMode = initBlkMode, name = name};
-  end;
-end;
-