[llvm-commits] [llvm] r171291 - /llvm/trunk/lib/Support/Process.cpp
Chandler Carruth
chandlerc at gmail.com
Mon Dec 31 03:40:04 PST 2012
Author: chandlerc
Date: Mon Dec 31 05:40:04 2012
New Revision: 171291
URL: http://llvm.org/viewvc/llvm-project?rev=171291&view=rev
Log:
Delete a cut/paste-o from r171290. Very sorry about the noise.
Modified:
llvm/trunk/lib/Support/Process.cpp
Modified: llvm/trunk/lib/Support/Process.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Process.cpp?rev=171291&r1=171290&r2=171291&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Process.cpp (original)
+++ llvm/trunk/lib/Support/Process.cpp Mon Dec 31 05:40:04 2012
@@ -47,7 +47,6 @@
// 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!");
}
More information about the llvm-commits
mailing list