Delete a cut/paste-o from r171290. Very sorry about the noise.
[oota-llvm.git] / 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!");
 }