summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Chien <tzuhsiang.chien@gmail.com>2015-07-12 14:47:53 +0000
committerLogan Chien <tzuhsiang.chien@gmail.com>2015-07-12 14:47:53 +0000
commit5a8986b8f72db1a43cb186dc955bc94b8182160b (patch)
tree895b3d7de2a7013bc8b0ae465f27a130062c1ed2
parent1cef55946cf119fed1845cb05a8d417a883e9538 (diff)
Remove include directive for the unused libunwind_ext.h.
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@241993 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--src/cxa_personality.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cxa_personality.cpp b/src/cxa_personality.cpp
index 4ef4827..6eb866e 100644
--- a/src/cxa_personality.cpp
+++ b/src/cxa_personality.cpp
@@ -23,10 +23,6 @@
#include "private_typeinfo.h"
#include "unwind.h"
-#if LIBCXXABI_ARM_EHABI
-#include "libunwind_ext.h"
-#endif
-
/*
Exception Header Layout: