debug: remove #ifdef's and use dumb logger
[mate.git] / Mate / X86CodeGen.hs
index 2f0f6e44edfb75b90e295eda3597a223304457a9..1a045794f32e33cbc33a144b4f66688a83bb2c95 100644 (file)
@@ -1,7 +1,5 @@
-{-# LANGUAGE CPP #-}
 {-# LANGUAGE OverloadedStrings #-}
 {-# LANGUAGE ForeignFunctionInterface #-}
-#include "debug.h"
 module Mate.X86CodeGen where
 
 import Prelude hiding (and, div)
@@ -30,9 +28,6 @@ import Mate.Types
 import Mate.Utilities
 import Mate.ClassPool
 import Mate.Strings
-#ifdef DEBUG
-import Text.Printf
-#endif
 
 
 foreign import ccall "&mallocObjectGC"