Jens Geyer created THRIFT-2373:
----------------------------------
Summary: warning CS0414 in THttpClient.cs: private field
'Thrift.Transport.THttpClient.connection' assigned but never used
Key: THRIFT-2373
URL: https://issues.apache.org/jira/browse/THRIFT-2373
Project: Thrift
Issue Type: Bug
Components: C# - Library
Environment: Mono
Reporter: Jens Geyer
Assignee: Jens Geyer
Priority: Trivial
Fix For: 0.9.2
Under mono, the following warning is generated:
{code}
THttpClient.cs(43,32): warning CS0414: The private field
'Thrift.Transport.THttpClient.connection' is assigned but its value is never
used
{code}
The warning is correct, this member variable is indeed superfluos.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)