mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-25 16:30:05 +00:00
Delete a cut/paste-o from r171290. Very sorry about the noise.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171291 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c9bdcac412
commit
8e98c1f254
@ -47,7 +47,6 @@ self_process *process::get_self() {
|
||||
// instance should live until the process terminates to avoid the potential for
|
||||
// racy accesses during shutdown.
|
||||
self_process::~self_process() {
|
||||
assert(TempDirectory->exists() && "Who has removed TempDirectory?");
|
||||
llvm_unreachable("This destructor must never be executed!");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user