forked from OSchip/llvm-project
[msan] Delete unused glibc header <execinfo.h>
The file does not call backtrace/backtrace_symbols.
This commit is contained in:
parent
99d650b369
commit
60afb58bfe
|
@ -26,7 +26,6 @@
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <unwind.h>
|
#include <unwind.h>
|
||||||
#include <execinfo.h>
|
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue