diff options
| author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2021-04-26 20:34:11 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2021-04-26 20:34:11 +0200 | 
| commit | cb39f81ea1957f5fdd9b5b67d7d326091efd3d02 (patch) | |
| tree | 08635f8be091839dee36b3a55288675349416f27 /src/UriCommon.h | |
| parent | 9a2dfe455d3ccf649e2a0f78a50927580bcbbe19 (diff) | |
New upstream version 0.9.5upstream/0.9.5
Diffstat (limited to 'src/UriCommon.h')
| -rw-r--r-- | src/UriCommon.h | 2 | 
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); | 
