diff options
author | Marshall Clow <mclow@qualcomm.com> | 2011-08-08 15:12:08 +0000 |
---|---|---|
committer | Marshall Clow <mclow@qualcomm.com> | 2011-08-08 15:12:08 +0000 |
commit | 7c9f1fa9cf79541c36494818cae1b9785e6895a6 (patch) | |
tree | 8bd73620465cc4fcb753cdf7047139fd5600b996 /libcxxabi/src/cxa_exception.cpp | |
parent | 490c5988f9a6eb93798fa069d36a10ff2fa3ce0a (diff) | |
download | bcm5719-llvm-7c9f1fa9cf79541c36494818cae1b9785e6895a6.tar.gz bcm5719-llvm-7c9f1fa9cf79541c36494818cae1b9785e6895a6.zip |
Remove include reference to non-existant file cxa_exception_storage.hpp
llvm-svn: 137046
Diffstat (limited to 'libcxxabi/src/cxa_exception.cpp')
-rw-r--r-- | libcxxabi/src/cxa_exception.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxxabi/src/cxa_exception.cpp b/libcxxabi/src/cxa_exception.cpp index 5703dad5b70..22a269c6d1d 100644 --- a/libcxxabi/src/cxa_exception.cpp +++ b/libcxxabi/src/cxa_exception.cpp @@ -19,7 +19,6 @@ #include <pthread.h> #include "cxa_exception.hpp" -#include "cxa_exception_storage.hpp" namespace __cxxabiv1 { |