From 9fdac529b4eae2e8093db8308fcf95d270b2bfa7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 31 Oct 2008 16:50:51 +0100 Subject: path: removed sanitizePathDup() We don't need to sanitize the path, because the mapper already checks for malformed paths. --- src/path.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/path.h') 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 -- cgit v1.2.3