From f066157be5fe4b308d2659e7a40c2843abebb111 Mon Sep 17 00:00:00 2001 From: Hong Shin Date: Wed, 7 Aug 2024 10:30:32 -0700 Subject: [PATCH] Expunge protos_extension_lock entirely PiperOrigin-RevId: 660444393 --- protos/BUILD | 10 ---------- protos/protos_extension_lock.h | 16 ---------------- 2 files changed, 26 deletions(-) delete mode 100644 protos/protos_extension_lock.h diff --git a/protos/BUILD b/protos/BUILD index d914c35f39..8355c05ba6 100644 --- a/protos/BUILD +++ b/protos/BUILD @@ -54,16 +54,6 @@ # ], # ) # -# cc_library( -# name = "protos_extension_lock", -# hdrs = ["protos_extension_lock.h"], -# copts = UPB_DEFAULT_CPPOPTS, -# visibility = ["//visibility:public"], -# deps = [ -# "//hpb:extension_lock", -# ], -# ) -# # # Common support code for C++ generated code. # cc_library( # name = "generated_protos_support__only_for_generated_code_do_not_use__i_give_permission_to_break_me", diff --git a/protos/protos_extension_lock.h b/protos/protos_extension_lock.h deleted file mode 100644 index bd488a0e62..0000000000 --- a/protos/protos_extension_lock.h +++ /dev/null @@ -1,16 +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_EXTENSION_LOCK_H_ -#define UPB_PROTOS_PROTOS_EXTENSION_LOCK_H_ -#include "google/protobuf/hpb/extension_lock.h" -namespace protos::internal { -using hpb::internal::upb_extension_locker_global; -using hpb::internal::UpbExtensionLocker; -using hpb::internal::UpbExtensionUnlocker; -} // namespace protos::internal -#endif