aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-06-16 14:26:04 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-06-16 14:26:04 -0700
commit9fe5ef5f9d17289f57ee1d5436314c3153b80975 (patch)
treeab91a4046a730dd41d2e05b450e9c154bf329a86 /include
parentf5bbff9c8e314e29e12e9891c75908f60d941a5f (diff)
Removed unnecessary comments. Added connection counter to test.
Diffstat (limited to 'include')
-rw-r--r--include/grpc++/channel_filter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/grpc++/channel_filter.h b/include/grpc++/channel_filter.h
index f73abe8e6c..542e6a0f35 100644
--- a/include/grpc++/channel_filter.h
+++ b/include/grpc++/channel_filter.h
@@ -54,7 +54,6 @@
namespace grpc {
// Represents channel data.
-// Note: Must be copyable.
class ChannelData {
public:
virtual ~ChannelData() {}
@@ -68,7 +67,6 @@ class ChannelData {
};
// Represents call data.
-// Note: Must be copyable.
class CallData {
public:
virtual ~CallData() {}