[前][次][番号順一覧][スレッド一覧]

ruby-changes:72358

From: Nobuyoshi <ko1@a...>
Date: Wed, 29 Jun 2022 12:38:45 +0900 (JST)
Subject: [ruby-changes:72358] 5e1c182900 (master): Remove no longer used label [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=5e1c182900

From 5e1c18290089889c89465ff22cd777a5b6c80fe6 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 29 Jun 2022 12:38:12 +0900
Subject: Remove no longer used label [ci skip]

---
 file.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/file.c b/file.c
index 8ed0789d43..7253aa8c2d 100644
--- a/file.c
+++ b/file.c
@@ -2900,9 +2900,6 @@ utime_internal(const char *path, void *arg) https://github.com/ruby/ruby/blob/trunk/file.c#L2900
 # endif
             return result;
     }
-# ifdef TRY_UTIMENSAT
-no_utimensat:
-# endif
 #endif
 
     if (tsp) {
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]