diff --git a/lib/VMCore/Type.cpp b/lib/VMCore/Type.cpp index e5e55c7dabd..d537e708838 100644 --- a/lib/VMCore/Type.cpp +++ b/lib/VMCore/Type.cpp @@ -779,9 +779,6 @@ void debug_type_tables() { // void DerivedType::addAbstractTypeUser(AbstractTypeUser *U) const { assert(isAbstract() && "addAbstractTypeUser: Current type not abstract!"); - if (U == (AbstractTypeUser*)0x2568a8) { - cerr << "Found bad guy!\n"; - } #if DEBUG_MERGE_TYPES cerr << " addAbstractTypeUser[" << (void*)this << ", " << getDescription()