summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libcxxabi/src/config.h17
-rw-r--r--libcxxabi/src/cxa_default_handlers.cpp1
-rw-r--r--libcxxabi/src/cxa_exception.cpp1
-rw-r--r--libcxxabi/src/cxa_exception_storage.cpp1
-rw-r--r--libcxxabi/src/cxa_guard.cpp1
-rw-r--r--libcxxabi/src/cxa_handlers.cpp1
-rw-r--r--libcxxabi/src/cxa_personality.cpp1
-rw-r--r--libcxxabi/src/fallback_malloc.cpp1
-rw-r--r--libcxxabi/test/test_exception_storage.pass.cpp1
-rw-r--r--libcxxabi/test/test_guard.pass.cpp1
10 files changed, 0 insertions, 26 deletions
diff --git a/libcxxabi/src/config.h b/libcxxabi/src/config.h
deleted file mode 100644
index c823552507d..00000000000
--- a/libcxxabi/src/config.h
+++ /dev/null
@@ -1,17 +0,0 @@
-//===----------------------------- config.h -------------------------------===//
-//
-// 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.
-//
-//
-// Defines macros used within the libc++abi project.
-//
-//===----------------------------------------------------------------------===//
-
-
-#ifndef LIBCXXABI_CONFIG_H
-#define LIBCXXABI_CONFIG_H
-
-#endif // LIBCXXABI_CONFIG_H
diff --git a/libcxxabi/src/cxa_default_handlers.cpp b/libcxxabi/src/cxa_default_handlers.cpp
index ffb6fe49144..f2e36b4bc83 100644
--- a/libcxxabi/src/cxa_default_handlers.cpp
+++ b/libcxxabi/src/cxa_default_handlers.cpp
@@ -14,7 +14,6 @@
#include <exception>
#include <cstdlib>
#include "abort_message.h"
-#include "config.h" // For __sync_swap
#include "cxxabi.h"
#include "cxa_handlers.hpp"
#include "cxa_exception.hpp"
diff --git a/libcxxabi/src/cxa_exception.cpp b/libcxxabi/src/cxa_exception.cpp
index 56d86cb3457..0794444bcc5 100644
--- a/libcxxabi/src/cxa_exception.cpp
+++ b/libcxxabi/src/cxa_exception.cpp
@@ -11,7 +11,6 @@
//
//===----------------------------------------------------------------------===//
-#include "config.h"
#include "cxxabi.h"
#include <exception> // for std::terminate
diff --git a/libcxxabi/src/cxa_exception_storage.cpp b/libcxxabi/src/cxa_exception_storage.cpp
index 549d747ba91..eaac21734f9 100644
--- a/libcxxabi/src/cxa_exception_storage.cpp
+++ b/libcxxabi/src/cxa_exception_storage.cpp
@@ -13,7 +13,6 @@
#include "cxa_exception.hpp"
-#include "config.h"
#include <__threading_support>
#if defined(_LIBCXXABI_HAS_NO_THREADS)
diff --git a/libcxxabi/src/cxa_guard.cpp b/libcxxabi/src/cxa_guard.cpp
index f225dbc1049..f4c2a184dc5 100644
--- a/libcxxabi/src/cxa_guard.cpp
+++ b/libcxxabi/src/cxa_guard.cpp
@@ -10,7 +10,6 @@
#include "__cxxabi_config.h"
#include "abort_message.h"
-#include "config.h"
#include <__threading_support>
#include <stdint.h>
diff --git a/libcxxabi/src/cxa_handlers.cpp b/libcxxabi/src/cxa_handlers.cpp
index 99f90a2dfc4..2881a2a65fe 100644
--- a/libcxxabi/src/cxa_handlers.cpp
+++ b/libcxxabi/src/cxa_handlers.cpp
@@ -14,7 +14,6 @@
#include <new>
#include <exception>
#include "abort_message.h"
-#include "config.h"
#include "cxxabi.h"
#include "cxa_handlers.hpp"
#include "cxa_exception.hpp"
diff --git a/libcxxabi/src/cxa_personality.cpp b/libcxxabi/src/cxa_personality.cpp
index 7213a03ee25..7f857faf78f 100644
--- a/libcxxabi/src/cxa_personality.cpp
+++ b/libcxxabi/src/cxa_personality.cpp
@@ -18,7 +18,6 @@
#include <typeinfo>
#include "__cxxabi_config.h"
-#include "config.h"
#include "cxa_exception.hpp"
#include "cxa_handlers.hpp"
#include "private_typeinfo.h"
diff --git a/libcxxabi/src/fallback_malloc.cpp b/libcxxabi/src/fallback_malloc.cpp
index 2631c9bdce2..336ad31b017 100644
--- a/libcxxabi/src/fallback_malloc.cpp
+++ b/libcxxabi/src/fallback_malloc.cpp
@@ -9,7 +9,6 @@
#include "fallback_malloc.h"
-#include "config.h"
#include <__threading_support>
#include <cstdlib> // for malloc, calloc, free
diff --git a/libcxxabi/test/test_exception_storage.pass.cpp b/libcxxabi/test/test_exception_storage.pass.cpp
index 6d0c035436f..49c9b5d4963 100644
--- a/libcxxabi/test/test_exception_storage.pass.cpp
+++ b/libcxxabi/test/test_exception_storage.pass.cpp
@@ -11,7 +11,6 @@
// This breaks this test when compiled in C++17. For now fix this by manually
// re-enabling the STL functions.
#define _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS
-#include "../src/config.h"
#include <cstdlib>
#include <algorithm>
diff --git a/libcxxabi/test/test_guard.pass.cpp b/libcxxabi/test/test_guard.pass.cpp
index ef867170157..dc200cf572b 100644
--- a/libcxxabi/test/test_guard.pass.cpp
+++ b/libcxxabi/test/test_guard.pass.cpp
@@ -7,7 +7,6 @@
//
//===----------------------------------------------------------------------===//
-#include "../src/config.h"
#include "cxxabi.h"
#include <cassert>
OpenPOWER on IntegriCloud