[System.Net.Http] Comment out dead code. (#11331)
commitd86fdaf3abc37ec9cedbd57e9177eb378889eec4
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Wed, 24 Oct 2018 22:26:34 +0000 (25 00:26 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 24 Oct 2018 22:26:34 +0000 (25 00:26 +0200)
tree306608a39a8a69684358d95e12c30eb429a73180
parent0d68ffd1cee9cde0489b3af666c512f159bea0e2
[System.Net.Http] Comment out dead code. (#11331)

Comment out code to convert NSUrlError to WebExceptionStatus, because the
result isn't used. Looking through git history it seems the resulting
WebExceptionStatus was never used.

Fixes this warning:

    HttpClientEx.cs(83,8): warning CS0219: The variable 'webExceptionStatus' is assigned but its value is never used
mcs/class/System.Net.Http/HttpClientEx.cs