From aea6dfc49585698c46a33d0037e51d956ba34766 Mon Sep 17 00:00:00 2001 From: Hong Shin Date: Mon, 5 Aug 2024 06:43:08 -0700 Subject: [PATCH] Remove protos_traits.h PiperOrigin-RevId: 659536470 --- protos/BUILD | 13 ------------- protos/protos_traits.h | 11 ----------- 2 files changed, 24 deletions(-) delete mode 100644 protos/protos_traits.h 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