From ad11680be7e33bb813073b79286e5ada0c5830f2 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Wed, 19 Jul 2017 11:00:22 -0700 Subject: remove unnecessary code --- test/core/end2end/fixtures/h2_http_proxy.c | 3 --- 1 file changed, 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( -- cgit v1.2.3