diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-02 16:12:33 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-06 23:16:17 -0500 |
commit | 0783951b931cb2743a43cbfdc37babd76fedd2fe (patch) | |
tree | c380be5daf40a7537d9f3fcb43c40fee631d9ca0 /src/shared/path-util.h | |
parent | 874310b7b68c4c0d36ff07397db30a959bb7dae5 (diff) |
shared: remove now unused function
Diffstat (limited to 'src/shared/path-util.h')
-rw-r--r-- | src/shared/path-util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/path-util.h b/src/shared/path-util.h index e81821a28f..e37ab9350b 100644 --- a/src/shared/path-util.h +++ b/src/shared/path-util.h @@ -37,7 +37,6 @@ bool path_equal(const char *a, const char *b); char **path_strv_make_absolute_cwd(char **l); char **path_strv_canonicalize(char **l); -char **path_strv_remove_empty(char **l); int path_is_mount_point(const char *path, bool allow_symlink); int path_is_read_only_fs(const char *path); |