[libcxxabi] r241993 - Remove include directive for the unused libunwind_ext.h.

Logan Chien tzuhsiang.chien at gmail.com
Sun Jul 12 07:47:54 PDT 2015


Author: logan
Date: Sun Jul 12 09:47:53 2015
New Revision: 241993

URL: http://llvm.org/viewvc/llvm-project?rev=241993&view=rev
Log:
Remove include directive for the unused libunwind_ext.h.

Modified:
    libcxxabi/trunk/src/cxa_personality.cpp

Modified: libcxxabi/trunk/src/cxa_personality.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/src/cxa_personality.cpp?rev=241993&r1=241992&r2=241993&view=diff
==============================================================================
--- libcxxabi/trunk/src/cxa_personality.cpp (original)
+++ libcxxabi/trunk/src/cxa_personality.cpp Sun Jul 12 09:47:53 2015
@@ -23,10 +23,6 @@
 #include "private_typeinfo.h"
 #include "unwind.h"
 
-#if LIBCXXABI_ARM_EHABI
-#include "libunwind_ext.h"
-#endif
-
 /*
     Exception Header Layout:
 





More information about the cfe-commits mailing list