Remove an unnecessary #ifdef DEBUG
authorIan Lynagh <igloo@earth.li>
Sat, 29 Mar 2008 14:10:47 +0000 (14:10 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 29 Mar 2008 14:10:47 +0000 (14:10 +0000)
compiler/deSugar/DsExpr.lhs

index 27077eb..b823437 100644 (file)
@@ -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]