summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-31 11:40:04 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-31 11:40:04 +0000
commit8e98c1f2540be6e5adfcae15064a831fa0b3a8c9 (patch)
treeb63bfeb23ea418b6003d97c52a199deb8a8b5cab /lib
parentc9bdcac41213f3994709fd06de8d85dbc1b2daa1 (diff)
downloadllvm-8e98c1f2540be6e5adfcae15064a831fa0b3a8c9.tar.gz
llvm-8e98c1f2540be6e5adfcae15064a831fa0b3a8c9.tar.bz2
llvm-8e98c1f2540be6e5adfcae15064a831fa0b3a8c9.tar.xz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Support/Process.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Support/Process.cpp b/lib/Support/Process.cpp
index 5f8655efc6..6e24c45fa0 100644
--- a/lib/Support/Process.cpp
+++ b/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!");
}