diff options
author | Max Kellermann <max@duempel.org> | 2008-10-31 16:50:51 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-31 16:50:51 +0100 |
commit | 9fdac529b4eae2e8093db8308fcf95d270b2bfa7 (patch) | |
tree | bd1f3004004877a1168a9cdbdf975dba57aa29a8 /src/path.h | |
parent | f291876772d1283433924518f87e639e17901a17 (diff) | |
download | mpd-9fdac529b4eae2e8093db8308fcf95d270b2bfa7.tar.gz mpd-9fdac529b4eae2e8093db8308fcf95d270b2bfa7.tar.xz mpd-9fdac529b4eae2e8093db8308fcf95d270b2bfa7.zip |
path: removed sanitizePathDup()
We don't need to sanitize the path, because the mapper already checks
for malformed paths.
Diffstat (limited to '')
-rw-r--r-- | src/path.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/path.h b/src/path.h index e341169b0..c1003d846 100644 --- a/src/path.h +++ b/src/path.h @@ -55,7 +55,4 @@ char *pfx_dir(char *dst, const char *path, const size_t path_len, const char *pfx, const size_t pfx_len); -/* strips extra "///" and leading "/" and trailing "/" */ -char *sanitizePathDup(const char *path); - #endif |