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
            Priority: Trivial


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