From 64dfa4a8f6385f7b7aa1101e30217aa4fc4b19dd Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 14 Mar 2000 09:31:48 +0000 Subject: [project @ 2000-03-14 09:31:48 by simonmar] oops, missed one instance of UnsafeThawByteArrayOp. --- ghc/compiler/nativeGen/StixPrim.lhs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ghc/compiler') diff --git a/ghc/compiler/nativeGen/StixPrim.lhs b/ghc/compiler/nativeGen/StixPrim.lhs index 353bd3354a..945b73bfb2 100644 --- a/ghc/compiler/nativeGen/StixPrim.lhs +++ b/ghc/compiler/nativeGen/StixPrim.lhs @@ -111,8 +111,6 @@ primCode [lhs] UnsafeFreezeArrayOp [rhs] primCode [lhs] UnsafeFreezeByteArrayOp [rhs] = simpleCoercion PtrRep lhs rhs -primCode [lhs] UnsafeThawByteArrayOp [rhs] - = simpleCoercion PtrRep lhs rhs \end{code} Returning the size of (mutable) byte arrays is just -- cgit v1.2.1