glob-util: drop unused _cleanup_globfree_

This commit is contained in:
Yu Watanabe
2025-06-23 09:20:55 +09:00
parent 9a9139e087
commit f117272f66

View 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_;