debugmode: no maybe anymore
[mate.git] / Mate / BasicBlocks.hs
index d4cd2b18bb8cae87ec40ce09d41cc18ae59d5df6..c2bdcd7587b43eeef08f426994259944a6151957 100644 (file)
@@ -108,9 +108,7 @@ parseMethod cls methodname sig = do
   let msig = methodSignature $ classMethods cls !! 1
   printfBb "BB: analysing \"%s\"\n" $ toString (methodname `B.append` ": " `B.append` encode msig)
 #ifdef DBG_BB
-  case maybe_bb of
-    Just m -> printMapBB $ rawMapBB m
-    Nothing -> return ()
+  printMapBB mapbb
 #endif
   -- small example how to get information about
   -- exceptions of a method