[
https://issues.apache.org/jira/browse/THRIFT-2373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13909541#comment-13909541
]
Hudson commented on THRIFT-2373:
--------------------------------
SUCCESS: Integrated in Thrift #1058 (See
[https://builds.apache.org/job/Thrift/1058/])
THRIFT-2373 warning CS0414 in THttpClient.cs: private field
'Thrift.Transport.THttpClient.connection' assigned but never used (jensg: rev
b080f68d5476a29f1d2eee5b73c660806cf3d7a4)
* lib/csharp/src/Transport/THttpClient.cs
> 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)