1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-25 02:41:45 +02:00

Remove unused src/x86_64/Lis_signal_frame.c

This commit is contained in:
Tommi Rantala 2012-09-12 07:50:57 +03:00
parent 23ecb97906
commit 0941dedb70

View file

@ -1,5 +0,0 @@
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gis_signal_frame.c"
#endif