forked from OSchip/llvm-project
[ORC] Remove some unreachable code.
Fixes http://llvm.org/PR41662. llvm-svn: 361199
This commit is contained in:
parent
4dfa665ebf
commit
0dcf69eb82
|
@ -139,13 +139,10 @@ Error CtorDtorRunner::run() {
|
|||
CtorDtor();
|
||||
}
|
||||
}
|
||||
CtorDtorsByPriority.clear();
|
||||
return Error::success();
|
||||
} else
|
||||
return CtorDtorMap.takeError();
|
||||
|
||||
CtorDtorsByPriority.clear();
|
||||
|
||||
return Error::success();
|
||||
}
|
||||
|
||||
void LocalCXXRuntimeOverridesBase::runDestructors() {
|
||||
|
|
Loading…
Reference in New Issue