[ https://issues.apache.org/jira/browse/THRIFT-2373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jens Geyer updated THRIFT-2373: ------------------------------- Attachment: THRIFT-2373_unused-member-connection-removed-intendation-fixed.patch > 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 > > Attachments: > THRIFT-2373_unused-member-connection-removed-intendation-fixed.patch > > > 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)