Internal change

PiperOrigin-RevId: 485923491
pull/10897/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 97c0f376f6
commit 9542560b03
  1. 4
      src/google/protobuf/repeated_ptr_field.h

@ -995,10 +995,6 @@ class RepeatedPtrField final : private internal::RepeatedPtrFieldBase {
// Gets the underlying array. This pointer is possibly invalidated by
// any add or remove operation.
//
// This API is deprecated. Instead of directly working with element array,
// use APIs in repeated_field_util.h; e.g. sorting, etc.
PROTOBUF_DEPRECATED_MSG("Use APIs in repeated_field_util.h")
Element** mutable_data();
const Element* const* data() const;

Loading…
Cancel
Save