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

Roger Meier resolved THRIFT-1185.
---------------------------------

    Resolution: Fixed
      Assignee: Pavlin Radoslavov

committed!

> Bogus forward declaration of class TAsyncTransport inside file 
> lib/cpp/src/async/TAsyncChannel.h
> ------------------------------------------------------------------------------------------------
>
>                 Key: THRIFT-1185
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1185
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>            Reporter: Pavlin Radoslavov
>            Assignee: Pavlin Radoslavov
>            Priority: Trivial
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Header file lib/cpp/src/async/TAsyncChannel.h
> (also installed as <thrift/async/TAsyncChannel.h>)
> contains the following forward class declaration:
> class TAsyncTransport;
> However, class TAsyncTransport doesn't exist and is never used or referred to.
> Hence, the above declaration should be deleted.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to