From 69c9e7289d517369b770075d46a2ebb8f6373356 Mon Sep 17 00:00:00 2001 From: Eric Salo Date: Wed, 2 Oct 2024 10:56:40 -0700 Subject: [PATCH] cleanup: remove copts from BUILD files PiperOrigin-RevId: 681515227 Change-Id: I25b0f32d9bf013cf882e92eb386fc8e39662a9de --- sandboxed_api/sandbox2/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/sandboxed_api/sandbox2/BUILD b/sandboxed_api/sandbox2/BUILD index abb0f2e2..b34103b7 100644 --- a/sandboxed_api/sandbox2/BUILD +++ b/sandboxed_api/sandbox2/BUILD @@ -855,7 +855,6 @@ cc_test( sapi_proto_library( name = "forkserver_proto", srcs = ["forkserver.proto"], - copts = sapi_platform_copts(), deps = [":mount_tree_proto"], )