Delete deprecated sapi::Sandbox::GetPid and its remaining call sites.

PiperOrigin-RevId: 389713115
Change-Id: I1832e759016a581e10bf5bd8b5b70244b40ecd69
This commit is contained in:
Sandboxed API Team 2021-08-09 13:35:47 -07:00 committed by Copybara-Service
parent 0621e06a9c
commit 3f0875798d

View File

@ -68,8 +68,6 @@ class Sandbox {
RPCChannel* GetRpcChannel() const { return this->rpc_channel(); }
RPCChannel* rpc_channel() const { return rpc_channel_.get(); }
ABSL_DEPRECATED("Use sapi::Sandbox::pid() instead")
int GetPid() const { return this->pid(); }
int pid() const { return pid_; }
// Synchronizes the underlying memory for the pointer before the call.