Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e74306a
)
Remove nonexistent TBuf ref
author
Mark Slee
<mcslee@apache.org>
Wed, 21 Feb 2007 05:42:38 +0000
(
05:42
+0000)
committer
Mark Slee
<mcslee@apache.org>
Wed, 21 Feb 2007 05:42:38 +0000
(
05:42
+0000)
Reviewed By: goozebury
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665017
13f79535
-47bb-0310-9956-
ffa450edef68
lib/cpp/src/protocol/TProtocol.h
patch
|
blob
|
history
diff --git
a/lib/cpp/src/protocol/TProtocol.h
b/lib/cpp/src/protocol/TProtocol.h
index
42bea2b
..
e04a284
100644
(file)
--- a/
lib/cpp/src/protocol/TProtocol.h
+++ b/
lib/cpp/src/protocol/TProtocol.h
@@
-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