Silence warning but keep code - we still need it.

This commit is contained in:
Axel Naumann 2015-02-11 09:46:44 +01:00 committed by sftnight
parent 080ec79f0d
commit ebacb03d18

View File

@ -123,6 +123,8 @@ IncrementalExecutor::NotifyLazyFunctionCreators(const std::string& mangled_name)
return HandleMissingFunction(mangled_name);
}
#if 0
// FIXME: employ to empty module dependencies *within* the *current* module.
static void
freeCallersOfUnresolvedSymbols(llvm::SmallVectorImpl<llvm::Function*>&
funcsToFree, llvm::ExecutionEngine* engine) {
@ -151,7 +153,7 @@ freeCallersOfUnresolvedSymbols(llvm::SmallVectorImpl<llvm::Function*>&
engine->updateGlobalMapping(*I, 0);
}
}
#endif
IncrementalExecutor::ExecutionResult
IncrementalExecutor::runStaticInitializersOnce(const Transaction& T) {