diff options
| author | simonpj@microsoft.com <unknown> | 2010-10-06 11:52:51 +0000 |
|---|---|---|
| committer | simonpj@microsoft.com <unknown> | 2010-10-06 11:52:51 +0000 |
| commit | 1dbeddfa702bef431e79c8029c745e5bb2985aaa (patch) | |
| tree | 38181d2348eec5a17cbe7c237feb8d273b21119c | |
| parent | 5de363ca9ebdb7d85e3c353c1cffdf0a1c11128e (diff) | |
| download | haskell-1dbeddfa702bef431e79c8029c745e5bb2985aaa.tar.gz | |
Remove unused NoMatchContext construtor
| -rw-r--r-- | compiler/deSugar/DsMonad.lhs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/deSugar/DsMonad.lhs b/compiler/deSugar/DsMonad.lhs index d6d33dafd7..1238b1a2b5 100644 --- a/compiler/deSugar/DsMonad.lhs +++ b/compiler/deSugar/DsMonad.lhs @@ -72,7 +72,6 @@ import Data.IORef \begin{code} data DsMatchContext = DsMatchContext (HsMatchContext Name) SrcSpan - | NoMatchContext deriving () data EquationInfo |
