From 0d4836d2c5de2cef30015d3f62a9cca511daacda Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 30 Jun 2015 15:15:43 -0700 Subject: Remove the ability to specify a string on cancel: it was broken and unused; will restore later --- src/core/transport/transport_op_string.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/core/transport/transport_op_string.c') diff --git a/src/core/transport/transport_op_string.c b/src/core/transport/transport_op_string.c index 5c4edb006a..a408b75790 100644 --- a/src/core/transport/transport_op_string.c +++ b/src/core/transport/transport_op_string.c @@ -144,11 +144,6 @@ char *grpc_transport_op_string(grpc_transport_op *op) { first = 0; gpr_asprintf(&tmp, "CANCEL:%d", op->cancel_with_status); gpr_strvec_add(&b, tmp); - if (op->cancel_message) { - gpr_asprintf(&tmp, ";msg='%s'", - grpc_mdstr_as_c_string(op->cancel_message)); - gpr_strvec_add(&b, tmp); - } } out = gpr_strvec_flatten(&b, NULL); -- cgit v1.2.3