summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2017-09-30 22:05:21 -0400
committerNat Goodspeed <nat@lindenlab.com>2017-09-30 22:05:21 -0400
commit6b508cd9d45d8c74477efb0b97b1cbcccb714e78 (patch)
treec797abcc8a4d2a8a6b4f001fcc8dcfd412ce7694 /etc
parent586d697475da239060abd8df030778fbdfb0cf51 (diff)
MAINT-7081: Eliminate unused variable errors after new refactoring.
The new helper functions check_curl_easy_setopt() and check_curl_multi_setopt() encapsulate the pervasive idiom: code = curl_{easy,multi}_setopt(handle, option, arg); check_curl_{easy,multi}_code(code, option); But since each of these helper functions contains its own local CURL{,M}code variable 'code', having a caller-scope variable reused for every such call is no longer necessary -- in fact is no longer used at all. That produces a fatal warning with MSVC. Get rid of those now-unused variables.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions