mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
cp,mv,install: omit an ‘inline’
* gl/lib/targetdir.c (target_directory_operand): Omit unnecessary ‘inline’.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user