Remove redefinition of upb_MiniTable_Extension, upb_MiniTable.

PiperOrigin-RevId: 479177259
pull/13171/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 185d4f09d9
commit b49f992a04
  1. 2
      upb/extension_registry.h
  2. 2
      upb/msg_internal.h

@ -28,6 +28,7 @@
#ifndef UPB_EXTENSION_REGISTRY_H_
#define UPB_EXTENSION_REGISTRY_H_
#include "upb/msg.h"
#include "upb/upb.h"
// Must be last.
@ -79,7 +80,6 @@ upb_ExtensionRegistry* upb_ExtensionRegistry_New(upb_Arena* arena);
// EVERYTHING BELOW THIS LINE IS INTERNAL - DO NOT USE /////////////////////////
typedef struct upb_MiniTable upb_MiniTable;
typedef struct upb_MiniTable_Extension upb_MiniTable_Extension;
// Adds the given extension info for message type |l| and field number |num|

@ -226,8 +226,6 @@ struct upb_MiniTable {
_upb_FastTable_Entry fasttable[];
};
typedef struct upb_MiniTable_Extension upb_MiniTable_Extension;
struct upb_MiniTable_Extension {
upb_MiniTable_Field field;
const upb_MiniTable* extendee;

Loading…
Cancel
Save