aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/client.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-29 12:31:14 -0800
committerGravatar GitHub <noreply@github.com>2016-11-29 12:31:14 -0800
commit3b45b8d60b9f0a1678f5f497345e21f7bc71675a (patch)
tree5d4f24b130613123358609bbcf742c0a7d6940a8 /test/cpp/interop/client.cc
parent3b04e7e3795f9f5e339ae7dfc40babb19485cfaf (diff)
Revert "Test credentials provider update"
Diffstat (limited to 'test/cpp/interop/client.cc')
-rw-r--r--test/cpp/interop/client.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpp/interop/client.cc b/test/cpp/interop/client.cc
index 3265554444..c58910abc3 100644
--- a/test/cpp/interop/client.cc
+++ b/test/cpp/interop/client.cc
@@ -49,7 +49,6 @@
#include "test/cpp/util/test_config.h"
DEFINE_bool(use_tls, false, "Whether to use tls.");
-DEFINE_string(custom_credentials_type, "", "User provided credentials type.");
DEFINE_bool(use_test_ca, false, "False to use SSL roots for google");
DEFINE_int32(server_port, 0, "Server port.");
DEFINE_string(server_host, "127.0.0.1", "Server host to connect to");