Commit 522e647c authored by Daniel Gustafsson's avatar Daniel Gustafsson
Browse files

urlapi: don't set value which is never read



In the CURLUPART_URL case, there is no codepath which invokes url
decoding so remove the assignment of the urldecode variable. This
fixes the deadstore bug-report from clang static analysis.

Closes #3015
Reviewed-by: default avatarDaniel Stenberg <daniel@haxx.se>
parent 056cc37e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment