Patch sandbox2/comms module to build for Android.

PiperOrigin-RevId: 435318451
Change-Id: If0e40bab30f3cb68d7e79f26d2336c638742f1ac
This commit is contained in:
Oliver Kunz 2022-03-17 05:26:25 -07:00 committed by Copybara-Service
parent 6d3adc45f7
commit d0f5f547cb

View File

@ -50,10 +50,6 @@
namespace sandbox2 {
// Future extension point used to mark code sections that invoke syscalls that
// potentially block.
// Internally at Google, there is an implementation that supports light-weight
// fibers.
class PotentiallyBlockingRegion {
public:
~PotentiallyBlockingRegion() {