mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 06:30:30 +00:00
glob-util: drop unused _cleanup_globfree_
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user