]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
cp,mv,install: omit an ‘inline’
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Apr 2022 06:56:41 +0000 (23:56 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Apr 2022 06:57:15 +0000 (23:57 -0700)
* gl/lib/targetdir.c (target_directory_operand):
Omit unnecessary ‘inline’.

gl/lib/targetdir.c

index 76e67dc000e3167b2e711445f42b9f1f67fd09bb..0006ddcf4754b1af304a8feb67036a5ce6ddfd0b 100644 (file)
@@ -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.  */