Remove override for MapEntry::GetTypeName.

This override is a leftover from when it potentially inherited from
MessageLite.

PiperOrigin-RevId: 573231045
pull/14338/head
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent 42fe8b9927
commit ec57ed7625
  1. 2
      src/google/protobuf/map_entry.h

@ -141,8 +141,6 @@ class MapEntry : public Message {
// implemented via reflection. This means that a MapEntry does not behave the
// same as an equivalent object made via DynamicMessage.
std::string GetTypeName() const final { return ""; }
const char* _InternalParse(const char* ptr, ParseContext* ctx) final {
while (!ctx->Done(&ptr)) {
uint32_t tag;

Loading…
Cancel
Save