Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 485923491
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Nov 3, 2022
1 parent 97c0f37 commit 9542560
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/google/protobuf/repeated_ptr_field.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9542560

Please sign in to comment.