diff options
-rw-r--r-- | compiler/GHC/Builtin/primops.txt.pp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/GHC/Builtin/primops.txt.pp b/compiler/GHC/Builtin/primops.txt.pp index 6346383023..8b72329da4 100644 --- a/compiler/GHC/Builtin/primops.txt.pp +++ b/compiler/GHC/Builtin/primops.txt.pp @@ -1581,9 +1581,6 @@ primop SmallArrayOfOp "smallArrayOf#" GenPrimOp with has_side_effects = True -primop SameSmallMutableArrayOp "sameSmallMutableArray#" GenPrimOp - SmallMutableArray# s a -> SmallMutableArray# s a -> Int# - primop ShrinkSmallMutableArrayOp_Char "shrinkSmallMutableArray#" GenPrimOp SmallMutableArray# s a -> Int# -> State# s -> State# s {Shrink mutable array to new specified size, in |