Merge pull request #17990 from ncteisen/build

Fix Internal Build Error
pull/18000/head
Noah Eisen 6 years ago committed by GitHub
commit ff51441a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      test/cpp/end2end/channelz_service_test.cc

@ -35,8 +35,6 @@
#include "test/core/util/test_config.h"
#include "test/cpp/end2end/test_service_impl.h"
#include <google/protobuf/text_format.h>
#include <gtest/gtest.h>
using grpc::channelz::v1::GetChannelRequest;
@ -54,14 +52,6 @@ using grpc::channelz::v1::GetSubchannelResponse;
using grpc::channelz::v1::GetTopChannelsRequest;
using grpc::channelz::v1::GetTopChannelsResponse;
// This code snippet can be used to print out any responses for
// visual debugging.
//
//
// string out_str;
// google::protobuf::TextFormat::PrintToString(resp, &out_str);
// std::cout << "resp: " << out_str << "\n";
namespace grpc {
namespace testing {
namespace {

Loading…
Cancel
Save