upb: delete some unused build deps in the C++ runtime

PiperOrigin-RevId: 553253335
pull/13675/head^2
Eric Salo 1 year ago committed by Copybara-Service
parent 59b143e500
commit f3806f0abd
  1. 4
      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"],

Loading…
Cancel
Save