aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/channel
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-05 11:30:14 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-10-05 11:30:14 -0700
commit6f6033c91019709c601f90d84617f07f8374699e (patch)
tree8525f757fdbf32e2a68cc29dd2c4d629f9d98fbe /test/core/channel
parent664178164a7ecd3b108b9dd61e7821b716848792 (diff)
remove stale commentS
Diffstat (limited to 'test/core/channel')
-rw-r--r--test/core/channel/channel_trace_test.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/core/channel/channel_trace_test.cc b/test/core/channel/channel_trace_test.cc
index a569444fed..3d8de79e37 100644
--- a/test/core/channel/channel_trace_test.cc
+++ b/test/core/channel/channel_trace_test.cc
@@ -287,8 +287,6 @@ TEST(ChannelTracerTest, TestSmallMemoryLimit) {
TEST(ChannelTracerTest, TestEviction) {
grpc_core::ExecCtx exec_ctx;
- // This depends on sizeof(ChannelEvent). If that struct has been updated,
- // this will too.
const int kTraceEventSize = GetSizeofTraceEvent();
const int kNumEvents = 5;
ChannelTrace tracer(kTraceEventSize * kNumEvents);
@@ -306,8 +304,6 @@ TEST(ChannelTracerTest, TestEviction) {
TEST(ChannelTracerTest, TestMultipleEviction) {
grpc_core::ExecCtx exec_ctx;
- // This depends on sizeof(ChannelEvent). If that struct has been updated,
- // this will too.
const int kTraceEventSize = GetSizeofTraceEvent();
const int kNumEvents = 5;
ChannelTrace tracer(kTraceEventSize * kNumEvents);
@@ -327,8 +323,6 @@ TEST(ChannelTracerTest, TestMultipleEviction) {
TEST(ChannelTracerTest, TestTotalEviction) {
grpc_core::ExecCtx exec_ctx;
- // This depends on sizeof(ChannelEvent). If that struct has been updated,
- // this will too.
const int kTraceEventSize = GetSizeofTraceEvent();
const int kNumEvents = 5;
ChannelTrace tracer(kTraceEventSize * kNumEvents);