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:
parent
8218cb73ba
commit
c198cf4329
1 changed files with 0 additions and 4 deletions
4
file.c
4
file.c
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue