You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (JIRA)" <ji...@apache.org> on 2014/02/22 21:14:20 UTC

[jira] [Resolved] (THRIFT-2373) warning CS0414 in THttpClient.cs: private field 'Thrift.Transport.THttpClient.connection' assigned but never used

     [ https://issues.apache.org/jira/browse/THRIFT-2373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer resolved THRIFT-2373.
--------------------------------

    Resolution: Fixed

Committed.

> 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)