summaryrefslogtreecommitdiff
path: root/gnu/llvm/libcxxabi
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2021-04-28 13:04:40 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2021-04-28 13:04:40 +0000
commitdd0698d6d38cbe25bdd401b7eeaf2e40cb403b99 (patch)
tree553a77e607fe998d7a7641d68e49561b12498edf /gnu/llvm/libcxxabi
parentd9bca1eadcf8d793682331d2a115980edad40e45 (diff)
Merge libc++, libc++abi and libunwind version 11.1.0.
Diffstat (limited to 'gnu/llvm/libcxxabi')
-rw-r--r--gnu/llvm/libcxxabi/src/cxa_unexpected.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/llvm/libcxxabi/src/cxa_unexpected.cpp b/gnu/llvm/libcxxabi/src/cxa_unexpected.cpp
deleted file mode 100644
index bbfa6684efa..00000000000
--- a/gnu/llvm/libcxxabi/src/cxa_unexpected.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-//===------------------------- cxa_unexpected.cpp -------------------------===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-
-#include <exception>
-#include "cxxabi.h"
-#include "cxa_exception.h"
-
-namespace __cxxabiv1
-{
-
-extern "C"
-{
-
-}
-
-} // namespace __cxxabiv1
-