forked from OSchip/llvm-project
[ORC] Remove usused Error variable.
This was left in by accident, and caused unchecked-error assertions during program termination in BuildingAJIT-Ch4.
This commit is contained in:
parent
ffdbecccaf
commit
441f691b37
|
@ -88,7 +88,6 @@ EPCTrampolinePool::EPCTrampolinePool(EPCIndirectionUtils &EPCIU)
|
||||||
}
|
}
|
||||||
|
|
||||||
Error EPCTrampolinePool::deallocatePool() {
|
Error EPCTrampolinePool::deallocatePool() {
|
||||||
Error Err = Error::success();
|
|
||||||
std::promise<MSVCPError> DeallocResultP;
|
std::promise<MSVCPError> DeallocResultP;
|
||||||
auto DeallocResultF = DeallocResultP.get_future();
|
auto DeallocResultF = DeallocResultP.get_future();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue