Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
Mono
-
Patch Available
Description
Under mono, the following warning is generated:
THttpClient.cs(43,32): warning CS0414: The private field 'Thrift.Transport.THttpClient.connection' is assigned but its value is never used
The warning is correct, this member variable is indeed superfluos.