From 304de3c4247f25b7a75e6af32c64a26a12121f05 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 31 Dec 2012 11:40:04 +0000 Subject: [PATCH] Delete a cut/paste-o from r171290. Very sorry about the noise. llvm-svn: 171291 --- llvm/lib/Support/Process.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Support/Process.cpp b/llvm/lib/Support/Process.cpp index 5f8655efc6e8..6e24c45fa085 100644 --- a/llvm/lib/Support/Process.cpp +++ b/llvm/lib/Support/Process.cpp @@ -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!"); }