From b411f21414cbfb11bcb42d54e0771b501fa8820f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 12 Apr 2022 23:56:41 -0700 Subject: [PATCH] =?utf8?q?cp,mv,install:=20omit=20an=20=E2=80=98inline?= =?utf8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * gl/lib/targetdir.c (target_directory_operand): Omit unnecessary ‘inline’. --- gl/lib/targetdir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl/lib/targetdir.c b/gl/lib/targetdir.c index 76e67dc000..0006ddcf47 100644 --- a/gl/lib/targetdir.c +++ b/gl/lib/targetdir.c @@ -35,7 +35,7 @@ enum { O_PATHSEARCH = O_SEARCH }; /* Must F designate the working directory? */ -ATTRIBUTE_PURE static inline bool +ATTRIBUTE_PURE static bool must_be_working_directory (char const *f) { /* Return true for ".", "./.", ".///./", etc. */ -- 2.47.2