mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
Remove nonexistent TBuf ref
Reviewed By: goozebury git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665017 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e74306a965
commit
44e5f0157f
@ -25,9 +25,6 @@ using namespace facebook::thrift::transport;
|
||||
#define htonll(n) ( (((unsigned long long)htonl(n)) << 32) + htonl(n >> 32) )
|
||||
#endif
|
||||
|
||||
// Forward declaration for TProtocol
|
||||
struct TBuf;
|
||||
|
||||
/**
|
||||
* Enumerated definition of the types that the Thrift protocol supports.
|
||||
* Take special note of the T_END type which is used specifically to mark
|
||||
|
Loading…
Reference in New Issue
Block a user