Remove debug output.

llvm-svn: 98330
This commit is contained in:
Anders Carlsson 2010-03-12 04:55:20 +00:00
parent 8a2402989d
commit 2b2b8f1949
1 changed files with 0 additions and 3 deletions

View File

@ -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());