summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxxabi/src/cxa_exception.cpp')
-rw-r--r--libcxxabi/src/cxa_exception.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxxabi/src/cxa_exception.cpp b/libcxxabi/src/cxa_exception.cpp
index 93a4bd41df0..5703dad5b70 100644
--- a/libcxxabi/src/cxa_exception.cpp
+++ b/libcxxabi/src/cxa_exception.cpp
@@ -52,7 +52,6 @@ static void do_free ( void *ptr ) throw () {
return is_fallback_ptr ( ptr ) ? fallback_free ( ptr ) : std::free ( ptr );
}
-static thread_local_storage<__cxa_eh_globals> __globals;
// pthread_once_t __globals::flag_ = PTHREAD_ONCE_INIT;
extern "C" {
@@ -99,9 +98,6 @@ void __cxa_free_dependent_exception (void * dependent_exception) throw() {
do_free ( dependent_exception );
}
-__cxa_eh_globals * __cxa_get_globals () throw() { return __globals.get_tls (); }
-__cxa_eh_globals * __cxa_get_globals_fast () throw() { return __globals.get_tls_fast (); }
-
} // extern "C"
} // abi
OpenPOWER on IntegriCloud