Completely expunge protos!! 👋

PiperOrigin-RevId: 681457876
pull/18577/head
Hong Shin 2 months ago committed by Copybara-Service
parent 86823bb26d
commit a089fad8bd
  1. 1
      hpb/bazel/hpb_proto_library.bzl
  2. 6
      protos/BUILD
  3. 9
      protos/protos.h

@ -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",
],
),
},

@ -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

@ -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
Loading…
Cancel
Save