From a089fad8bdff26fd4495a022cd3af614e0b686f5 Mon Sep 17 00:00:00 2001 From: Hong Shin Date: Wed, 2 Oct 2024 08:11:18 -0700 Subject: [PATCH] =?UTF-8?q?Completely=20expunge=20protos!!=20=F0=9F=91=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PiperOrigin-RevId: 681457876 --- hpb/bazel/hpb_proto_library.bzl | 1 - protos/BUILD | 6 ------ protos/protos.h | 9 --------- 3 files changed, 16 deletions(-) delete mode 100644 protos/BUILD delete mode 100644 protos/protos.h diff --git a/hpb/bazel/hpb_proto_library.bzl b/hpb/bazel/hpb_proto_library.bzl index eb26365c04..c14130e89a 100644 --- a/hpb/bazel/hpb_proto_library.bzl +++ b/hpb/bazel/hpb_proto_library.bzl @@ -233,7 +233,6 @@ _upb_cc_proto_library_aspect = aspect( "@com_google_absl//absl/strings", "@com_google_absl//absl/status:statusor", "//hpb:repeated_field", - "//protos", ], ), }, diff --git a/protos/BUILD b/protos/BUILD deleted file mode 100644 index 51cb3dc81e..0000000000 --- a/protos/BUILD +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright (c) 2009-2021, 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 diff --git a/protos/protos.h b/protos/protos.h deleted file mode 100644 index 0302e7b7aa..0000000000 --- a/protos/protos.h +++ /dev/null @@ -1,9 +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_H_ -#define UPB_PROTOS_PROTOS_H_ -#endif