Skip to content

Commit c198cf4

Browse files
committed
Remove an unused macro [ci skip]
1 parent 8218cb7 commit c198cf4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

file.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2894,10 +2894,6 @@ RBIMPL_WARNING_POP()
28942894
# else /* __API_AVAILABLE macro does nothing on gcc */
28952895
__attribute__((weak)) int utimensat(int, const char *, const struct timespec [2], int);
28962896
# endif
2897-
2898-
# define utimensat_available_p() (utimensat != NULL)
2899-
# else
2900-
# define utimensat_available_p() 1
29012897
# endif
29022898

29032899
static int

0 commit comments

Comments
 (0)