From 1dbeddfa702bef431e79c8029c745e5bb2985aaa Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 6 Oct 2010 11:52:51 +0000 Subject: [PATCH] Remove unused NoMatchContext construtor --- compiler/deSugar/DsMonad.lhs | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4