[libc++abi] Remove empty source file cxa_unexpected.cpp

This commit is contained in:
Louis Dionne 2020-06-30 11:18:02 -04:00
parent e55a09793d
commit 9c795481e2
3 changed files with 0 additions and 24 deletions

View File

@ -7,7 +7,6 @@ set(LIBCXXABI_SOURCES
cxa_exception_storage.cpp
cxa_guard.cpp
cxa_handlers.cpp
cxa_unexpected.cpp
cxa_vector.cpp
cxa_virtual.cpp
# C++ STL files

View File

@ -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

View File

@ -30,7 +30,6 @@ cxxabi_sources = [
"cxa_exception_storage.cpp",
"cxa_guard.cpp",
"cxa_handlers.cpp",
"cxa_unexpected.cpp",
"cxa_vector.cpp",
"cxa_virtual.cpp",