1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove an unused macro [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-10-03 23:19:39 +09:00
parent 8218cb73ba
commit c198cf4329
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

4
file.c
View file

@ -2894,10 +2894,6 @@ RBIMPL_WARNING_POP()
# else /* __API_AVAILABLE macro does nothing on gcc */
__attribute__((weak)) int utimensat(int, const char *, const struct timespec [2], int);
# endif
# define utimensat_available_p() (utimensat != NULL)
# else
# define utimensat_available_p() 1
# endif
static int