diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2012-12-31 11:40:04 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2012-12-31 11:40:04 +0000 |
| commit | 304de3c4247f25b7a75e6af32c64a26a12121f05 (patch) | |
| tree | f16031708297c117985798f17a09daa760a55f30 /llvm/lib/Support | |
| parent | 5412246d8b9f85c6b7bab9fbaf802dcad0bd32d0 (diff) | |
| download | bcm5719-llvm-304de3c4247f25b7a75e6af32c64a26a12121f05.tar.gz bcm5719-llvm-304de3c4247f25b7a75e6af32c64a26a12121f05.zip | |
Delete a cut/paste-o from r171290. Very sorry about the noise.
llvm-svn: 171291
Diffstat (limited to 'llvm/lib/Support')
| -rw-r--r-- | llvm/lib/Support/Process.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Process.cpp b/llvm/lib/Support/Process.cpp index 5f8655efc6e..6e24c45fa08 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!"); } |

