diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-06-29 12:38:12 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-06-29 12:38:12 +0900 |
commit | 5e1c18290089889c89465ff22cd777a5b6c80fe6 (patch) | |
tree | cf85efb03d6da5a0efd4bf1b8052edb690aa568f /file.c | |
parent | 3051d4bc2a3aa5f0df93503f6a137c47a9114717 (diff) |
Remove no longer used label [ci skip]
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2900,9 +2900,6 @@ utime_internal(const char *path, void *arg) # endif return result; } -# ifdef TRY_UTIMENSAT -no_utimensat: -# endif #endif if (tsp) { |