aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/test_service_impl.h
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2018-01-18 15:34:01 -0800
committerGravatar yang-g <yangg@google.com>2018-01-23 11:42:10 -0800
commit98cd36e2c3198af8f11712ff6dc08c14c9582f6c (patch)
tree1d9a09ed84e63d1d93b2af95a2a80a92fcd289b3 /test/cpp/end2end/test_service_impl.h
parent011779e6d1c886ffb66355a6879e851a4c4b5a99 (diff)
Add a test
Diffstat (limited to 'test/cpp/end2end/test_service_impl.h')
-rw-r--r--test/cpp/end2end/test_service_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpp/end2end/test_service_impl.h b/test/cpp/end2end/test_service_impl.h
index e485769bb2..070f357139 100644
--- a/test/cpp/end2end/test_service_impl.h
+++ b/test/cpp/end2end/test_service_impl.h
@@ -31,7 +31,6 @@ namespace testing {
const int kServerDefaultResponseStreamsToSend = 3;
const char* const kServerResponseStreamsToSend = "server_responses_to_send";
-const char* const kServerCancelAfterReads = "cancel_after_reads";
const char* const kServerTryCancelRequest = "server_try_cancel";
const char* const kDebugInfoTrailerKey = "debug-info-bin";
const char* const kServerFinishAfterNReads = "server_finish_after_n_reads";