summaryrefslogtreecommitdiff
path: root/src/cxa_personality.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-02-17 18:45:04 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-02-17 18:45:04 +0000
commite045f21bc1c1e0d3e7102f6bab248f8c8959b77d (patch)
tree3e40f48fb6700202f678107a88c0262446f38593 /src/cxa_personality.cpp
parent9a365feb1662dd37d134a90a25c1859f10393879 (diff)
Remove outdated information from comment.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@150827 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src/cxa_personality.cpp')
-rw-r--r--src/cxa_personality.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cxa_personality.cpp b/src/cxa_personality.cpp
index 8b2d732..e49278c 100644
--- a/src/cxa_personality.cpp
+++ b/src/cxa_personality.cpp
@@ -726,13 +726,6 @@ scan_eh_tab(scan_results& results, _Unwind_Action actions, bool native_exception
// public API
/*
-A foreign exception is defined by by one with an exceptionClass that doesn't
-have 'C++' in the 3 low order bytes 3 - 1:
-
- big end | | ... | C | + | + |1/0| little end
-
-The lowest order byte may be 0 or 1.
-
The personality function branches on actions like so:
_UA_SEARCH_PHASE