diff options
Diffstat (limited to 'lib/libcxxabi/src/cxa_unexpected.cpp')
-rw-r--r-- | lib/libcxxabi/src/cxa_unexpected.cpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lib/libcxxabi/src/cxa_unexpected.cpp b/lib/libcxxabi/src/cxa_unexpected.cpp deleted file mode 100644 index 7d4ef80c39e..00000000000 --- a/lib/libcxxabi/src/cxa_unexpected.cpp +++ /dev/null @@ -1,23 +0,0 @@ -//===------------------------- cxa_unexpected.cpp -------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#include <exception> -#include "cxxabi.h" -#include "cxa_exception.hpp" - -namespace __cxxabiv1 -{ - -extern "C" -{ - -} - -} // namespace __cxxabiv1 - |