diff options
Diffstat (limited to 'compiler/GHC/Data/Bitmap.hs')
-rw-r--r-- | compiler/GHC/Data/Bitmap.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Data/Bitmap.hs b/compiler/GHC/Data/Bitmap.hs index 5f6444ddc0..533dc725cd 100644 --- a/compiler/GHC/Data/Bitmap.hs +++ b/compiler/GHC/Data/Bitmap.hs @@ -19,7 +19,6 @@ import GHC.Prelude import GHC.Platform import GHC.Runtime.Heap.Layout -import Data.Bits {-| A bitmap represented by a sequence of 'StgWord's on the /target/ |