Skip to content

Commit 441f691

Browse files
committed
[ORC] Remove usused Error variable.
This was left in by accident, and caused unchecked-error assertions during program termination in BuildingAJIT-Ch4.
1 parent ffdbecc commit 441f691

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/ExecutionEngine/Orc/EPCIndirectionUtils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ EPCTrampolinePool::EPCTrampolinePool(EPCIndirectionUtils &EPCIU)
8888
}
8989

9090
Error EPCTrampolinePool::deallocatePool() {
91-
Error Err = Error::success();
9291
std::promise<MSVCPError> DeallocResultP;
9392
auto DeallocResultF = DeallocResultP.get_future();
9493

0 commit comments

Comments
 (0)