From: Simon Marlow Date: Tue, 11 Apr 2006 13:15:31 +0000 (+0000) Subject: remove a trace X-Git-Tag: Before_FC_branch_merge~554 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=92e1b7accd21ea69c9890b266ec719ab54aef4eb remove a trace --- diff --git a/compiler/ghci/ByteCodeFFI.lhs b/compiler/ghci/ByteCodeFFI.lhs index 61e70d6..ef3fd3e 100644 --- a/compiler/ghci/ByteCodeFFI.lhs +++ b/compiler/ghci/ByteCodeFFI.lhs @@ -24,7 +24,7 @@ import DATA_WORD ( Word8, Word32 ) import Foreign ( Ptr ) import System.IO.Unsafe ( unsafePerformIO ) import IO ( hPutStrLn, stderr ) -import Debug.Trace ( trace ) +-- import Debug.Trace ( trace ) \end{code} %************************************************************************ @@ -74,7 +74,7 @@ mkMarshalCode :: CCallConv mkMarshalCode cconv (r_offW, r_rep) addr_offW arg_offs_n_reps = let bytes = mkMarshalCode_wrk cconv (r_offW, r_rep) addr_offW arg_offs_n_reps - in trace (show bytes) $ Foreign.newArray bytes + in Foreign.newArray bytes