From: Yu Watanabe Date: Mon, 23 Jun 2025 00:20:55 +0000 (+0900) Subject: glob-util: drop unused _cleanup_globfree_ X-Git-Tag: v258-rc1~266^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F37933%2Fhead;p=thirdparty%2Fsystemd.git glob-util: drop unused _cleanup_globfree_ --- diff --git a/src/basic/glob-util.h b/src/basic/glob-util.h index 0e9088895f9..ea3e8693198 100644 --- a/src/basic/glob-util.h +++ b/src/basic/glob-util.h @@ -19,6 +19,4 @@ int glob_extend(char ***strv, const char *path, int flags); int glob_non_glob_prefix(const char *path, char **ret); -#define _cleanup_globfree_ _cleanup_(globfree) - bool string_is_glob(const char *p) _pure_;