Skip to content

Commit

Permalink
Fix warning C4515: 'protocol': namespace uses itself
Browse files Browse the repository at this point in the history
This warning can been seen when compiling generated code using Visual Studio 16.11.
  • Loading branch information
dsandbrink committed Jan 17, 2022
1 parent 16b490c commit b3cf198
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lib/cpp/src/thrift/protocol/TList.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ namespace apache {
namespace thrift {
namespace protocol {

// using namespace apache::thrift::protocol;

/**
* Helper class that encapsulates list metadata.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/cpp/src/thrift/protocol/TMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ namespace apache {
namespace thrift {
namespace protocol {

using namespace apache::thrift::protocol;

/**
* Helper class that encapsulates map metadata.
*
Expand Down
2 changes: 0 additions & 2 deletions lib/cpp/src/thrift/protocol/TSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ namespace apache {
namespace thrift {
namespace protocol {

using namespace apache::thrift::protocol;

/**
* Helper class that encapsulates set metadata.
*
Expand Down

0 comments on commit b3cf198

Please sign in to comment.