summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*