summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_default_handlers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxxabi/src/cxa_default_handlers.hpp')
-rw-r--r--libcxxabi/src/cxa_default_handlers.hpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/libcxxabi/src/cxa_default_handlers.hpp b/libcxxabi/src/cxa_default_handlers.hpp
deleted file mode 100644
index 6b02e97c7e7..00000000000
--- a/libcxxabi/src/cxa_default_handlers.hpp
+++ /dev/null
@@ -1,19 +0,0 @@
-//===------------------------- cxa_default_handlers.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.
-//
-//
-// This file declares the default terminate_handler and unexpected_handler.
-//===----------------------------------------------------------------------===//
-
-
-__attribute__((visibility("hidden"), noreturn))
-void
-default_terminate_handler();
-
-__attribute__((visibility("hidden"), noreturn))
-void
-default_unexpected_handler();
OpenPOWER on IntegriCloud