execinfo.h isn't needed on Mac OS X for Host.mm.

Summary: This is no longer needed as this file no longer calls backtrace().

Reviewers: clayborg

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D13049

llvm-svn: 248457
This commit is contained in:
Bruce Mitchener 2015-09-24 01:37:32 +00:00
parent b9d79250c1
commit 16eb1d2278
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
#include <asl.h>
#include <crt_externs.h>
#include <execinfo.h>
#include <grp.h>
#include <libproc.h>
#include <pwd.h>