aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-11-15 18:22:11 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-11-15 18:22:11 -0800
commit0354c22d402647b5ba532038511a4849c53b2b0b (patch)
tree629a4a3d862cdda5eb3259d56d04591859312dc5 /include/grpc++
parentd21b96cbc75e7f9d6684907585a490b61325b63f (diff)
Save C++ for follow up PR
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/impl/codegen/call.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/grpc++/impl/codegen/call.h b/include/grpc++/impl/codegen/call.h
index 91f45b3147..1a988297dc 100644
--- a/include/grpc++/impl/codegen/call.h
+++ b/include/grpc++/impl/codegen/call.h
@@ -579,7 +579,6 @@ class CallOpClientRecvStatus {
op->data.recv_status_on_client.trailing_metadata = metadata_map_->arr();
op->data.recv_status_on_client.status = &status_code_;
op->data.recv_status_on_client.status_details = &error_message_;
- op->data.recv_status_on_client.error_string = &error_string_;
op->flags = 0;
op->reserved = NULL;
}
@@ -606,7 +605,6 @@ class CallOpClientRecvStatus {
Status* recv_status_;
grpc_status_code status_code_;
grpc_slice error_message_;
- const char* error_string_;
};
/// An abstract collection of call ops, used to generate the