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

PiperOrigin-RevId: 389968873
Change-Id: Ia72e0064fa57679180f9c406f96266473f8461c2
This commit is contained in:
Sandboxed API Team 2021-08-10 13:49:42 -07:00 committed by Copybara-Service
parent 773dc6b18b
commit d631154ce5

View File

@ -63,8 +63,6 @@ class Sandbox {
sandbox2::Comms* comms() const { return comms_; }
ABSL_DEPRECATED("Use sapi::Sandbox::rpc_channel() instead")
RPCChannel* GetRpcChannel() const { return this->rpc_channel(); }
RPCChannel* rpc_channel() const { return rpc_channel_.get(); }
int pid() const { return pid_; }