diff options
| author | Jason Molenda <jmolenda@apple.com> | 2010-08-09 23:56:27 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2010-08-09 23:56:27 +0000 |
| commit | 2f1a7d9e76fbbd7d7211fc6a9a76ac9624fbd9b4 (patch) | |
| tree | 4a88929e9f9fd9c7ab2d19c13819ef30b6609e25 /lldb/source/Plugins/Process/Utility/libunwind/src/AddressSpace.hpp | |
| parent | 1794184ada29ba245486b999249341eb19367e8a (diff) | |
| download | bcm5719-llvm-2f1a7d9e76fbbd7d7211fc6a9a76ac9624fbd9b4.tar.gz bcm5719-llvm-2f1a7d9e76fbbd7d7211fc6a9a76ac9624fbd9b4.zip | |
Remove unused powerpc unwind support.
llvm-svn: 110626
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/libunwind/src/AddressSpace.hpp')
| -rw-r--r-- | lldb/source/Plugins/Process/Utility/libunwind/src/AddressSpace.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Utility/libunwind/src/AddressSpace.hpp b/lldb/source/Plugins/Process/Utility/libunwind/src/AddressSpace.hpp index 5173dc0068e..6a7734e9a55 100644 --- a/lldb/source/Plugins/Process/Utility/libunwind/src/AddressSpace.hpp +++ b/lldb/source/Plugins/Process/Utility/libunwind/src/AddressSpace.hpp @@ -24,7 +24,6 @@ #if !defined (SUPPORT_REMOTE_UNWINDING) #include <mach-o/dyld_priv.h> #endif -#include <mach/ppc/thread_status.h> #include <mach/i386/thread_status.h> #include <Availability.h> |

