1
0
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:
Paul Eggert
2022-04-12 23:56:41 -07:00
parent f0a9f5e7da
commit b411f21414

View 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. */