]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
glob-util: drop unused _cleanup_globfree_ 37933/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 23 Jun 2025 00:20:55 +0000 (09:20 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 23 Jun 2025 14:11:44 +0000 (23:11 +0900)
src/basic/glob-util.h

index 0e9088895f9227c6d34e79c6c83ab7c1f5eda66a..ea3e8693198437435c598eeb5728b8553562b0bc 100644 (file)
@@ -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_;