mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Remove unecessary <execinfo.h> include (#99800)
Fixes compilation error on systems that have __cxa_demangle but no backtrace function, such as systems using GCC and the Musl C library. Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/99800 Approved by: https://github.com/kit1980
This commit is contained in:
committed by
PyTorch MergeBot
parent
a8ad0dc333
commit
6168bed663
@ -7,7 +7,6 @@
|
||||
#if HAS_DEMANGLE
|
||||
|
||||
#include <cxxabi.h>
|
||||
#include <execinfo.h>
|
||||
|
||||
namespace c10 {
|
||||
|
||||
|
Reference in New Issue
Block a user