diff options
-rw-r--r-- | lib/CodeGen/CGVtable.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/CGVtable.cpp b/lib/CodeGen/CGVtable.cpp index 786434154e..889cb0a0d7 100644 --- a/lib/CodeGen/CGVtable.cpp +++ b/lib/CodeGen/CGVtable.cpp @@ -1739,9 +1739,6 @@ VtableBuilder::AddMethods(BaseSubobject Base, uint64_t BaseOffsetInLayoutClass, } } - printf("method info for (%s, %llu)\n", - MD->getQualifiedNameAsString().c_str(), - Base.getBaseOffset() / 8); // Insert the method info for this method. MethodInfo MethodInfo(Base.getBaseOffset(), BaseOffsetInLayoutClass, Components.size()); |