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