Fixed library dependencies between the X86 disassembler and
[oota-llvm.git] / lib / Target / X86 / Disassembler / X86DisassemblerDecoder.c
index 118a7a389fd67452d156a9b9ec67de9be5745af2..84c1dc945e1d1b9621a57d435b21f692d5ad9ed6 100644 (file)
@@ -13,8 +13,6 @@
  *
  *===----------------------------------------------------------------------===*/
 
-#if 0
-
 #include <assert.h>   /* for assert()     */
 #include <stdarg.h>   /* for va_*()       */
 #include <stdio.h>    /* for vsnprintf()  */
@@ -1361,7 +1359,3 @@ int decodeInstruction(struct InternalInstruction* insn,
   
   return 0;
 }
-
-#endif
-
-int X86DissemblerDecoder_dummy = 0;