diff --git a/protos/BUILD b/protos/BUILD index 963aa65b19..d914c35f39 100644 --- a/protos/BUILD +++ b/protos/BUILD @@ -44,19 +44,6 @@ # ], # ) # -# # Internally used type traits. -# cc_library( -# name = "protos_traits", -# hdrs = [ -# "protos_traits.h", -# ], -# copts = UPB_DEFAULT_CPPOPTS, -# visibility = ["//visibility:private"], -# deps = [ -# "//hpb:traits", -# ], -# ) -# # cc_library( # name = "protos_internal", # hdrs = ["protos_internal.h"], diff --git a/protos/protos_traits.h b/protos/protos_traits.h deleted file mode 100644 index ca6863949c..0000000000 --- a/protos/protos_traits.h +++ /dev/null @@ -1,11 +0,0 @@ -// Protocol Buffers - Google's data interchange format -// Copyright 2023 Google LLC. All rights reserved. -// -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file or at -// https://developers.google.com/open-source/licenses/bsd - -#ifndef UPB_PROTOS_PROTOS_TRAITS_H_ -#define UPB_PROTOS_PROTOS_TRAITS_H_ -#include "google/protobuf/hpb/traits.h" -#endif