summaryrefslogtreecommitdiff
path: root/src/cxa_exception.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-01-04 20:49:43 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-01-04 20:49:43 +0000
commited2ea9bfd2ff873061734d7fc59886901f462c00 (patch)
treee4ecac099d0ce6dd23085b83f719ce1a987d13d0 /src/cxa_exception.cpp
parent2bce81b9692028a861666035755904a406cd084a (diff)
Just getting started on the personality routine. This is just a skeleton. Still learning how to fill it in...
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@147547 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src/cxa_exception.cpp')
-rw-r--r--src/cxa_exception.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cxa_exception.cpp b/src/cxa_exception.cpp
index 53623cf..9fa7aba 100644
--- a/src/cxa_exception.cpp
+++ b/src/cxa_exception.cpp
@@ -451,12 +451,6 @@ __cxa_rethrow_primary_exception(void* thrown_object)
// If we return client will call terminate()
}
-_Unwind_Reason_Code
-__gxx_personality_v0(int version, _Unwind_Action actions, uint64_t exceptionClass,
- _Unwind_Exception* exceptionObject, _Unwind_Context* context)
-{
-}
-
} // extern "C"
} // abi