summaryrefslogtreecommitdiff
path: root/src/UriCommon.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2021-04-26 20:34:38 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2021-04-26 20:34:38 +0200
commit57be5b9e80075d32249105407879dd1d2bac460b (patch)
treef161e88bc941e1c861b1dd1a34a332f8cdc53f7a /src/UriCommon.h
parentcf9293531802f491b4b145d98a4900e72a7d105b (diff)
parent7d4216c07bd36b69ae7f5eabb7b4d6b59166a508 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/UriCommon.h')
-rw-r--r--src/UriCommon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/UriCommon.h b/src/UriCommon.h
index 10bc250..42311dd 100644
--- a/src/UriCommon.h
+++ b/src/UriCommon.h
@@ -84,8 +84,6 @@ int URI_FUNC(CompareRange)(
UriBool URI_FUNC(RemoveDotSegmentsAbsolute)(URI_TYPE(Uri) * uri,
UriMemoryManager * memory);
-UriBool URI_FUNC(RemoveDotSegments)(URI_TYPE(Uri) * uri, UriBool relative,
- UriMemoryManager * memory);
UriBool URI_FUNC(RemoveDotSegmentsEx)(URI_TYPE(Uri) * uri,
UriBool relative, UriBool pathOwned, UriMemoryManager * memory);