aboutsummaryrefslogtreecommitdiff
path: root/pw_rpc/client_call.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pw_rpc/client_call.cc')
-rw-r--r--pw_rpc/client_call.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/pw_rpc/client_call.cc b/pw_rpc/client_call.cc
index 70ca4344a..612f13c99 100644
--- a/pw_rpc/client_call.cc
+++ b/pw_rpc/client_call.cc
@@ -16,13 +16,6 @@
namespace pw::rpc::internal {
-void ClientCall::CloseClientCall() {
- if (client_stream_open()) {
- CloseClientStreamLocked().IgnoreError();
- }
- UnregisterAndMarkClosed();
-}
-
void ClientCall::MoveClientCallFrom(ClientCall& other)
PW_EXCLUSIVE_LOCKS_REQUIRED(rpc_lock()) {
WaitUntilReadyForMove(*this, other);