From f3806f0abd134e1b17dff45b4c233dee5f5eb838 Mon Sep 17 00:00:00 2001 From: Eric Salo Date: Wed, 2 Aug 2023 14:14:01 -0700 Subject: [PATCH] upb: delete some unused build deps in the C++ runtime PiperOrigin-RevId: 553253335 --- BUILD | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BUILD b/BUILD index f5a64d7d60..e0945c4c31 100644 --- a/BUILD +++ b/BUILD @@ -410,7 +410,6 @@ cc_library( visibility = ["//visibility:public"], deps = [ ":base", - ":base_internal", ":collections_internal", ":mem", ":message_accessors", @@ -431,9 +430,6 @@ cc_library( "upb/port/def.inc", "upb/port/undef.inc", "upb/upb.hpp", - "upb/wire/decode.h", - "upb/wire/decode_fast.h", - "upb/wire/encode.h", ], copts = UPB_DEFAULT_COPTS, visibility = ["//visibility:public"],