removed spurious PolyML.makestring;
authorwenzelm
Sat, 16 Feb 2008 16:52:09 +0100
changeset 26085 4ce22e7a81bd
parent 26084 a7475459c740
child 26086 3c243098b64a
removed spurious PolyML.makestring;
src/Pure/General/system_process.ML
--- a/src/Pure/General/system_process.ML	Sat Feb 16 16:44:02 2008 +0100
+++ b/src/Pure/General/system_process.ML	Sat Feb 16 16:52:09 2008 +0100
@@ -31,7 +31,6 @@
     val status = Unix.reap proc;
     val rc = Unix.fromStatus status;
   in
-    tracing (PolyML.makestring (Unix.fromStatus status));
     if rc = Unix.W_SIGNALED Posix.Signal.int orelse rc = Unix.W_EXITSTATUS 0wx82
     then raise Interrupt
     else (Buffer.content output, if OS.Process.isSuccess status then 0 else 1)