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

PiperOrigin-RevId: 389716023
Change-Id: I092bc37f3f3bb40554b627f9dd528525b60d67a1
This commit is contained in:
Sandboxed API Team 2021-08-09 13:49:09 -07:00 committed by Copybara-Service
parent 3f0875798d
commit 165c155a08

View File

@ -61,7 +61,6 @@ class Sandbox {
return Init();
}
// Getters for common fields.
sandbox2::Comms* comms() const { return comms_; }
ABSL_DEPRECATED("Use sapi::Sandbox::rpc_channel() instead")