path: removed sanitizePathDup()

We don't need to sanitize the path, because the mapper already checks
for malformed paths.
This commit is contained in:
Max Kellermann
2008-10-31 16:50:51 +01:00
parent f291876772
commit 9fdac529b4
3 changed files with 2 additions and 47 deletions

View File

@@ -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