-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1034/
-----------------------------------------------------------
(Updated 2011-07-08 20:06:30.944891)
Review request for Thrift.
Summary
-------
Remove unused include in generated C++ code.
When using cob_style with the CPP generator, the compiler adds an include for
TTransportUtils. This include doesn't seem to be used anywhere and creates an
unnecessary dependency. It also complicates compiling Thrift generated code on
other platforms.
This addresses bug TRIFT-1233.
https://issues.apache.org/jira/browse/TRIFT-1233
Diffs
-----
/compiler/cpp/src/generate/t_cpp_generator.cc 1143615
Diff: https://reviews.apache.org/r/1034/diff
Testing
-------
make check in lib/cpp
Thanks,
Diwaker