From 2b2b8f194978362d99b8d2ed965bffdd211b92b9 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Fri, 12 Mar 2010 04:55:20 +0000 Subject: [PATCH] Remove debug output. llvm-svn: 98330 --- clang/lib/CodeGen/CGVtable.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/clang/lib/CodeGen/CGVtable.cpp b/clang/lib/CodeGen/CGVtable.cpp index 786434154e55..889cb0a0d7aa 100644 --- a/clang/lib/CodeGen/CGVtable.cpp +++ b/clang/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());