diff options
author | Yash Tibrewal <yashkt@google.com> | 2017-07-19 11:00:22 -0700 |
---|---|---|
committer | Yash Tibrewal <yashkt@google.com> | 2017-07-19 11:00:22 -0700 |
commit | ad11680be7e33bb813073b79286e5ada0c5830f2 (patch) | |
tree | c30b6df0e542e02dffa1ef4a85ff98d27ad0d155 /test | |
parent | c59ef5e4519cbaa581f64eee434c01624373b4fe (diff) |
remove unnecessary code
Diffstat (limited to 'test')
-rw-r--r-- | test/core/end2end/fixtures/h2_http_proxy.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/core/end2end/fixtures/h2_http_proxy.c b/test/core/end2end/fixtures/h2_http_proxy.c index f87036d52e..817a9a0a09 100644 --- a/test/core/end2end/fixtures/h2_http_proxy.c +++ b/test/core/end2end/fixtures/h2_http_proxy.c @@ -53,9 +53,6 @@ static grpc_end2end_test_fixture chttp2_create_fixture_fullstack( const int server_port = grpc_pick_unused_port_or_die(); gpr_join_host_port(&ffd->server_addr, "localhost", server_port); - /*const grpc_arg *proxy_auth_arg = - grpc_channel_args_find(client_args, "test_uses_proxy_auth"); - ffd->proxy = grpc_end2end_http_proxy_create(proxy_args);*/ //If we are testing proxy auth, add the proxy auth arg to proxy channel args grpc_channel_args *proxy_args = NULL; const grpc_arg *proxy_auth_arg = grpc_channel_args_find( |