[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:
Lang Hames 2022-05-20 16:58:19 -07:00
parent ffdbecccaf
commit 441f691b37
1 changed files with 0 additions and 1 deletions

View File

@ -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();