diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2016-06-23 08:49:28 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2016-06-23 09:22:53 +0100 |
commit | e556f76875a28a97dd6618b8019bc11a1cc17b02 (patch) | |
tree | eefe5c1b487761d12cf09ed481308972b3db826e /compiler/hsSyn | |
parent | 3e0af469c97d34bea92032d54d155afc65bd4b20 (diff) | |
download | haskell-e556f76875a28a97dd6618b8019bc11a1cc17b02.tar.gz |
Remove unused import
Diffstat (limited to 'compiler/hsSyn')
-rw-r--r-- | compiler/hsSyn/PlaceHolder.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/hsSyn/PlaceHolder.hs b/compiler/hsSyn/PlaceHolder.hs index 7b3391d533..2e195df799 100644 --- a/compiler/hsSyn/PlaceHolder.hs +++ b/compiler/hsSyn/PlaceHolder.hs @@ -17,7 +17,6 @@ import ConLike (ConLike) import FieldLabel import SrcLoc (Located) import TcEvidence ( HsWrapper ) -import Outputable ( OutputableBndr ) import Data.Data hiding ( Fixity ) import BasicTypes (Fixity) |