Remove platform CPP from nativeGen/PPC/CodeGen.hs
[ghc-hetmet.git] / compiler / simplStg / SRT.lhs
index dfd9832..abad3ce 100644 (file)
@@ -16,8 +16,6 @@ bindings have no CAF references, and record the fact in their IdInfo.
 
 module SRT( computeSRTs ) where
 
--- XXX This define is a bit of a hack, and should be done more nicely
-#define FAST_STRING_NOT_NEEDED 1
 #include "HsVersions.h"
 
 import StgSyn
@@ -27,11 +25,7 @@ import VarEnv
 import Maybes          ( orElse, expectJust )
 import Bitmap
 
-#ifdef DEBUG
 import Outputable
-#endif
-
-import List
 
 import Util
 \end{code}
@@ -143,9 +137,7 @@ srtExpr table (StgLetNoEscape live1 live2 bind body)
     srtExpr table body            =: \ body' ->
     StgLetNoEscape live1 live2 bind' body'
 
-#ifdef DEBUG
 srtExpr _table expr = pprPanic "srtExpr" (ppr expr)
-#endif
 
 srtAlt :: IdEnv Int -> StgAlt -> StgAlt
 srtAlt table (con,args,used,rhs)