Remove a forgotten debug output line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17810 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-11-14 23:49:55 +00:00
parent 2fbf978cb7
commit 6238a85e4f

View File

@ -196,7 +196,6 @@ bool llvm::LinkInArchive(Module *M,
I != E; ++I) {
// Get the module we must link in.
Module* aModule = (*I)->releaseModule();
std::cout << "Linked: " << aModule->getModuleIdentifier() << "\n";
// Link it in
if (LinkModules(M, aModule, ErrorMessage)) {