diff options
| author | Ian Lynagh <igloo@earth.li> | 2008-03-29 14:42:26 +0000 |
|---|---|---|
| committer | Ian Lynagh <igloo@earth.li> | 2008-03-29 14:42:26 +0000 |
| commit | 6a1fc2329366f912b6378a68b3f9876f0954de01 (patch) | |
| tree | 5b9d7297ac3bcb677f6f0695a851e8c921b50f0b | |
| parent | 9448411acfcaae8109c31be5828e75619f2cad9b (diff) | |
| download | haskell-6a1fc2329366f912b6378a68b3f9876f0954de01.tar.gz | |
Remove some redundant code
| -rw-r--r-- | compiler/prelude/PrimOp.lhs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/prelude/PrimOp.lhs b/compiler/prelude/PrimOp.lhs index 7c30d9eb64..61ccc8dd4a 100644 --- a/compiler/prelude/PrimOp.lhs +++ b/compiler/prelude/PrimOp.lhs @@ -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. -\begin{code} -#ifdef DEBUG -primOpInfo op = pprPanic "primOpInfo:" (ppr op) -#endif -\end{code} - %************************************************************************ %* * \subsubsection[PrimOp-ool]{Which PrimOps are out-of-line} |
