[ThinLTO] Remove stale comment (NFC)

Stale as of r254036 which added basic profitability check.

llvm-svn: 254421
This commit is contained in:
Teresa Johnson 2015-12-01 16:45:23 +00:00
parent 1e9fd96c4c
commit d582f5b3f8
1 changed files with 0 additions and 4 deletions

View File

@ -136,10 +136,6 @@ bool FunctionImporter::importFunctions(Module &M) {
continue;
}
//
// No profitability notion right now, just import all the time...
//
// Get the module path from the summary.
auto FileName = Summary->modulePath();
DEBUG(dbgs() << "Importing " << CalledFunctionName << " from " << FileName