]> git.ipfire.org Git - thirdparty/curl.git/commit
urlapi: remove pathlen assignment
authorDaniel Stenberg <daniel@haxx.se>
Thu, 2 Feb 2023 19:56:34 +0000 (20:56 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 3 Feb 2023 07:20:21 +0000 (08:20 +0100)
commit37554d7c07dae1544f39bd967480dda6fe057fca
tree114470d5c8d1a07605d6bfe1b74d465b83e83280
parente1f78ce25b86bd3a1db2f08918114bb0eae46ecc
urlapi: remove pathlen assignment

"Value stored to 'pathlen' is never read"

Follow-up to 804d5293f89

Reported-by: Kvarec Lezki
Closes #10405
lib/urlapi.c