summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Emmenlauer <mario@emmenlauer.de>2022-01-18 00:09:30 -0800
committerGitHub <noreply@github.com>2022-01-18 00:09:30 -0800
commitb1dc2aeb48f08052971eeb643026c7999766cc73 (patch)
tree41f29f2af2d1e79054fad5d09c7bfff16dadda4e
parent11dc245c402fbacf263833618724b013ee203f5b (diff)
parentb3cf1980582d026def0fc262de8a788d5b34ca85 (diff)
downloadthrift-b1dc2aeb48f08052971eeb643026c7999766cc73.tar.gz
Merge pull request #2505 from dsandbrink/patch-1
Fix warning C4515: 'protocol': namespace uses itself
-rw-r--r--lib/cpp/src/thrift/protocol/TList.h2
-rw-r--r--lib/cpp/src/thrift/protocol/TMap.h2
-rw-r--r--lib/cpp/src/thrift/protocol/TSet.h2
3 files changed, 0 insertions, 6 deletions
diff --git a/lib/cpp/src/thrift/protocol/TList.h b/lib/cpp/src/thrift/protocol/TList.h
index bf2c1f9de..0e58be287 100644
--- a/lib/cpp/src/thrift/protocol/TList.h
+++ b/lib/cpp/src/thrift/protocol/TList.h
@@ -26,8 +26,6 @@ namespace apache {
namespace thrift {
namespace protocol {
-// using namespace apache::thrift::protocol;
-
/**
* Helper class that encapsulates list metadata.
*
diff --git a/lib/cpp/src/thrift/protocol/TMap.h b/lib/cpp/src/thrift/protocol/TMap.h
index b52ea8faf..89825c802 100644
--- a/lib/cpp/src/thrift/protocol/TMap.h
+++ b/lib/cpp/src/thrift/protocol/TMap.h
@@ -26,8 +26,6 @@ namespace apache {
namespace thrift {
namespace protocol {
-using namespace apache::thrift::protocol;
-
/**
* Helper class that encapsulates map metadata.
*
diff --git a/lib/cpp/src/thrift/protocol/TSet.h b/lib/cpp/src/thrift/protocol/TSet.h
index 3a4718cdc..01f4b02c6 100644
--- a/lib/cpp/src/thrift/protocol/TSet.h
+++ b/lib/cpp/src/thrift/protocol/TSet.h
@@ -27,8 +27,6 @@ namespace apache {
namespace thrift {
namespace protocol {
-using namespace apache::thrift::protocol;
-
/**
* Helper class that encapsulates set metadata.
*