forked from OSchip/llvm-project
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:
parent
b9d79250c1
commit
16eb1d2278
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include <asl.h>
|
||||
#include <crt_externs.h>
|
||||
#include <execinfo.h>
|
||||
#include <grp.h>
|
||||
#include <libproc.h>
|
||||
#include <pwd.h>
|
||||
|
|
Loading…
Reference in New Issue