summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/linux/Host.cpp
diff options
context:
space:
mode:
authorVasileios Kalintiris <Vasileios.Kalintiris@imgtec.com>2015-09-22 12:43:23 +0000
committerVasileios Kalintiris <Vasileios.Kalintiris@imgtec.com>2015-09-22 12:43:23 +0000
commit187855b870b70e6cc2179a69f043b591a01413f4 (patch)
tree3a2437333d2c8741e5e0bb6e0a435bc7c405bbc4 /lldb/source/Host/linux/Host.cpp
parent1af1d275bca809d4dab05291d4948044f84bc056 (diff)
downloadbcm5719-llvm-187855b870b70e6cc2179a69f043b591a01413f4.tar.gz
bcm5719-llvm-187855b870b70e6cc2179a69f043b591a01413f4.zip
Remove unused header <execinfo.h>.
llvm-svn: 248268
Diffstat (limited to 'lldb/source/Host/linux/Host.cpp')
-rw-r--r--lldb/source/Host/linux/Host.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Host/linux/Host.cpp b/lldb/source/Host/linux/Host.cpp
index 5671bee9123..cb7369fe7ae 100644
--- a/lldb/source/Host/linux/Host.cpp
+++ b/lldb/source/Host/linux/Host.cpp
@@ -14,9 +14,6 @@
#include <sys/stat.h>
#include <dirent.h>
#include <fcntl.h>
-#if defined(__GLIBC__)
-#include <execinfo.h>
-#endif
// C++ Includes
// Other libraries and framework includes
OpenPOWER on IntegriCloud