From: simonpj@microsoft.com Date: Wed, 6 Oct 2010 11:52:51 +0000 (+0000) Subject: Remove unused NoMatchContext construtor X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1dbeddfa702bef431e79c8029c745e5bb2985aaa Remove unused NoMatchContext construtor --- diff --git a/compiler/deSugar/DsMonad.lhs b/compiler/deSugar/DsMonad.lhs index d6d33da..1238b1a 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