diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/urlapi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/urlapi.c b/lib/urlapi.c index 0ac550741..f6d911667 100644 --- a/lib/urlapi.c +++ b/lib/urlapi.c @@ -970,7 +970,6 @@ CURLUcode curl_url_get(CURLU *u, CURLUPart what, char *scheme; char *options = u->options; char *port = u->port; - urldecode = FALSE; /* not for the whole thing */ if(u->scheme && strcasecompare("file", u->scheme)) { url = aprintf("file://%s%s%s", u->path, |