Remove some redundant code
authorIan Lynagh <igloo@earth.li>
Sat, 29 Mar 2008 14:42:26 +0000 (14:42 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 29 Mar 2008 14:42:26 +0000 (14:42 +0000)
compiler/prelude/PrimOp.lhs

index 7c30d9e..61ccc8d 100644 (file)
@@ -286,12 +286,6 @@ These primops are pretty wierd.
 The constraints aren't currently checked by the front end, but the
 code generator will fall over if they aren't satisfied.
 
 The constraints aren't currently checked by the front end, but the
 code generator will fall over if they aren't satisfied.
 
-\begin{code}
-#ifdef DEBUG
-primOpInfo op = pprPanic "primOpInfo:" (ppr op)
-#endif
-\end{code}
-
 %************************************************************************
 %*                                                                     *
 \subsubsection[PrimOp-ool]{Which PrimOps are out-of-line}
 %************************************************************************
 %*                                                                     *
 \subsubsection[PrimOp-ool]{Which PrimOps are out-of-line}