summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-03-29 14:10:47 +0000
committerIan Lynagh <igloo@earth.li>2008-03-29 14:10:47 +0000
commit6fad9e959678472a870563f0ad5ee12f50aea198 (patch)
treefec4dfa48824f455f36975ddd83a97fb4bd2b441 /compiler
parent4b484275d83c4956df2ff1a471313ccf14d03cb3 (diff)
downloadhaskell-6fad9e959678472a870563f0ad5ee12f50aea198.tar.gz
Remove an unnecessary #ifdef DEBUG
Diffstat (limited to 'compiler')
-rw-r--r--compiler/deSugar/DsExpr.lhs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/deSugar/DsExpr.lhs b/compiler/deSugar/DsExpr.lhs
index 27077eb329..b823437e27 100644
--- a/compiler/deSugar/DsExpr.lhs
+++ b/compiler/deSugar/DsExpr.lhs
@@ -505,10 +505,8 @@ dsExpr (HsBinTick ixT ixF e) = do
\begin{code}
-#ifdef DEBUG
-- HsSyn constructs that just shouldn't be here:
dsExpr (ExprWithTySig _ _) = panic "dsExpr:ExprWithTySig"
-#endif
findField :: [HsRecField Id arg] -> Name -> [arg]