summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src
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
commitac1d84ebb143f99d5284f0ff5b42fdb317ea0915 (patch)
treea13f62563b91899b1a41549c71f3be57ff835a09 /libcxxabi/src
parent146d5efa4e8d0ad7985adb8fede2667430eab0e1 (diff)
downloadbcm5719-llvm-ac1d84ebb143f99d5284f0ff5b42fdb317ea0915.tar.gz
bcm5719-llvm-ac1d84ebb143f99d5284f0ff5b42fdb317ea0915.zip
Remove include directive for the unused libunwind_ext.h.
llvm-svn: 241993
Diffstat (limited to 'libcxxabi/src')
-rw-r--r--libcxxabi/src/cxa_personality.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxxabi/src/cxa_personality.cpp b/libcxxabi/src/cxa_personality.cpp
index 4ef48275281..6eb866e2165 100644
--- a/libcxxabi/src/cxa_personality.cpp
+++ b/libcxxabi/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:
OpenPOWER on IntegriCloud