summaryrefslogtreecommitdiff
path: root/compiler/GHC/Linker
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2021-06-02 17:44:18 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-07-01 03:30:36 -0400
commit6f097a8161dfc97be007b83fccbdb71350d786b1 (patch)
treea6c20564addfb5c835618270ceaea30b25f806e0 /compiler/GHC/Linker
parentb51b4b9777d49bef5f0a1f6dcbf12ddbcfd9ef59 (diff)
downloadhaskell-6f097a8161dfc97be007b83fccbdb71350d786b1.tar.gz
Remove useless .hs-boot
Diffstat (limited to 'compiler/GHC/Linker')
-rw-r--r--compiler/GHC/Linker/ExtraObj.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Linker/ExtraObj.hs b/compiler/GHC/Linker/ExtraObj.hs
index 81fa062805..1bc4f4234b 100644
--- a/compiler/GHC/Linker/ExtraObj.hs
+++ b/compiler/GHC/Linker/ExtraObj.hs
@@ -25,7 +25,6 @@ import GHC.Platform
import GHC.Unit
import GHC.Unit.Env
-import GHC.Unit.State
import GHC.Utils.Asm
import GHC.Utils.Error