diff options
Diffstat (limited to 'libcxxabi/src/cxa_exception.hpp')
-rw-r--r-- | libcxxabi/src/cxa_exception.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxxabi/src/cxa_exception.hpp b/libcxxabi/src/cxa_exception.hpp index 8f795f0d100..346ed38572b 100644 --- a/libcxxabi/src/cxa_exception.hpp +++ b/libcxxabi/src/cxa_exception.hpp @@ -64,10 +64,8 @@ namespace __cxxabiv1 { void* primaryException; #endif - // Unused dummy data (should be set to null) std::type_info *exceptionType; void (*exceptionDestructor)(void *); - std::unexpected_handler unexpectedHandler; std::terminate_handler terminateHandler; |