This debugging hook is no longer needed.
[oota-llvm.git] / lib / Bytecode / Reader / ConstantReader.cpp
index e9e578d0b70f44cbf87009daa57be4b4fc49a5b8..9ac05ce080a9189bab2a39f3a5dcaae509f079d8 100644 (file)
@@ -89,7 +89,6 @@ const Type *BytecodeParser::parseTypeConstant(const unsigned char *&Buf,
 // something and when we reread the type later, we can replace the opaque type
 // with a new resolved concrete type.
 //
-namespace llvm { void debug_type_tables(); }
 void BytecodeParser::parseTypeConstants(const unsigned char *&Buf,
                                         const unsigned char *EndBuf,
                                        TypeValuesListTy &Tab,
@@ -129,7 +128,6 @@ void BytecodeParser::parseTypeConstants(const unsigned char *&Buf,
   for (unsigned i = 0; i < NumEntries; ++i) {
     BCR_TRACE(5, (void*)Tab[i].get() << " - " << Tab[i].get() << "\n");
   }
-  debug_type_tables();
 }