Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Chien <tzuhsiang.chien@gmail.com>2015-07-12 17:47:53 +0300
committerLogan Chien <tzuhsiang.chien@gmail.com>2015-07-12 17:47:53 +0300
commitac1d84ebb143f99d5284f0ff5b42fdb317ea0915 (patch)
treea13f62563b91899b1a41549c71f3be57ff835a09 /libcxxabi/src/cxa_personality.cpp
parent146d5efa4e8d0ad7985adb8fede2667430eab0e1 (diff)
Remove include directive for the unused libunwind_ext.h.
llvm-svn: 241993
Diffstat (limited to 'libcxxabi/src/cxa_personality.cpp')
-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 4ef482752816..6eb866e21656 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: