aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/memory_usage/server.cc
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2019-01-03 08:19:51 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2019-01-03 08:19:51 -0800
commit3af464f29cb7701a432518a71b0615c47ba58077 (patch)
tree9c749ad448fd99b4d84a23145285f9c2afb5382e /test/core/memory_usage/server.cc
parent69e99a827555ce69cb796589189dab4fc6a9375f (diff)
return targets to library
Diffstat (limited to 'test/core/memory_usage/server.cc')
-rw-r--r--test/core/memory_usage/server.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/core/memory_usage/server.cc b/test/core/memory_usage/server.cc
index c79d661a42..7424797e6f 100644
--- a/test/core/memory_usage/server.cc
+++ b/test/core/memory_usage/server.cc
@@ -295,7 +295,6 @@ int main(int argc, char** argv) {
/* fallthrough */
// no break here since we want to continue to case
// FLING_SERVER_SEND_STATUS_SNAPSHOT to destroy the snapshot call
- [[fallthrough]];
case FLING_SERVER_SEND_STATUS_SNAPSHOT:
grpc_byte_buffer_destroy(payload_buffer);
grpc_byte_buffer_destroy(terminal_buffer);