summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2010-10-06 11:52:51 +0000
committersimonpj@microsoft.com <unknown>2010-10-06 11:52:51 +0000
commit1dbeddfa702bef431e79c8029c745e5bb2985aaa (patch)
tree38181d2348eec5a17cbe7c237feb8d273b21119c
parent5de363ca9ebdb7d85e3c353c1cffdf0a1c11128e (diff)
downloadhaskell-1dbeddfa702bef431e79c8029c745e5bb2985aaa.tar.gz
Remove unused NoMatchContext construtor
-rw-r--r--compiler/deSugar/DsMonad.lhs1
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