Delete a cut/paste-o from r171290. Very sorry about the noise.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 31 Dec 2012 11:40:04 +0000 (11:40 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 31 Dec 2012 11:40:04 +0000 (11:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171291 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Process.cpp

index 5f8655efc6e8d7c4cd10e0d06877ba78e363c6f9..6e24c45fa0859499352288e3346e16a548d46584 100644 (file)
@@ -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!");
 }