]> granicus.if.org Git - clang/commitdiff
Remove debug output.
authorAnders Carlsson <andersca@mac.com>
Sun, 28 Feb 2010 18:39:30 +0000 (18:39 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 28 Feb 2010 18:39:30 +0000 (18:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97407 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGVtable.cpp

index 881c86054e9f2da34dc4aa40d0fe2abbc1d0160d..e83a023815cc19c9dde15d131327a7d738135c8e 100644 (file)
@@ -1728,8 +1728,6 @@ VtableBuilder::LayoutPrimaryAndSecondaryVtables(BaseSubobject Base,
 
   // Now go through all virtual member functions and add them.
   PrimaryBasesSetVectorTy PrimaryBases;
-  printf("adding methods, offset in layout class is %llu\n", 
-         OffsetInLayoutClass);
   AddMethods(Base, Base, OffsetInLayoutClass, PrimaryBases);
 
   // Compute 'this' pointer adjustments.