diff --git a/include/libunwind_i.h b/include/libunwind_i.h index 892e39c8..8fa94e23 100644 --- a/include/libunwind_i.h +++ b/include/libunwind_i.h @@ -274,10 +274,6 @@ do { \ } \ } while (0) # define Dprintf(format...) fprintf (stderr, format) -# ifdef __GNUC__ -# undef inline -# define inline UNUSED -# endif #else # define Debug(level,format...) # define Dprintf(format...)