From d901bb4de4552f75de71fd99dc4eb97f8d15a635 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 17 Feb 2012 18:45:04 +0000 Subject: Remove outdated information from comment. llvm-svn: 150827 --- libcxxabi/src/cxa_personality.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libcxxabi/src/cxa_personality.cpp') diff --git a/libcxxabi/src/cxa_personality.cpp b/libcxxabi/src/cxa_personality.cpp index 8b2d7328cb5d..e49278c0ba69 100644 --- a/libcxxabi/src/cxa_personality.cpp +++ b/libcxxabi/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 -- cgit v1.2.3