mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 13:32:09 +00:00
Remvoe a do-nothing else block.
llvm-svn: 31687
This commit is contained in:
parent
60a8a2e025
commit
55d1963049
@ -165,11 +165,6 @@ Linker::LinkInArchive(const sys::Path &Filename) {
|
||||
return error("Cannot link in module '" +
|
||||
aModule->getModuleIdentifier() + "': " + moduleErrorMsg);
|
||||
}
|
||||
} else {
|
||||
// (scottm) NOTE: For some reason, Modules.empty() isn't entirely
|
||||
// accurrate, least with gcc 4.1.2 on Debian and doesn't return true
|
||||
// when it ought. Consequently, aModule can be NULL -- ignore it for
|
||||
// the time being, since it seems relatively benign.
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user