Remove an unnecessary #ifdef DEBUG
[ghc-hetmet.git] / 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]