From 165c155a08af4d09d74304d2360469306b5f8d90 Mon Sep 17 00:00:00 2001 From: Sandboxed API Team Date: Mon, 9 Aug 2021 13:49:09 -0700 Subject: [PATCH] Delete deprecated `sapi::Sandbox::GetComms` and its remaining call sites. PiperOrigin-RevId: 389716023 Change-Id: I092bc37f3f3bb40554b627f9dd528525b60d67a1 --- sandboxed_api/sandbox.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sandboxed_api/sandbox.h b/sandboxed_api/sandbox.h index b304351..bab810e 100644 --- a/sandboxed_api/sandbox.h +++ b/sandboxed_api/sandbox.h @@ -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")