Fixed a few extraneous wrappings.

pull/13171/head
Joshua Haberman 3 years ago
parent cd214fe73d
commit fcf1db32b1
  1. 6
      upb/def.c

@ -405,8 +405,7 @@ const upb_EnumValueDef* upb_EnumDef_Value(const upb_EnumDef* e, int i) {
return &e->values[i]; return &e->values[i];
} }
/* upb_EnumValueDef /* upb_EnumValueDef ***********************************************************/
* *************************************************************/
const google_protobuf_EnumValueOptions* upb_EnumValueDef_Options( const google_protobuf_EnumValueOptions* upb_EnumValueDef_Options(
const upb_EnumValueDef* e) { const upb_EnumValueDef* e) {
@ -1048,8 +1047,7 @@ const upb_MethodDef* upb_ServiceDef_FindMethodByName(const upb_ServiceDef* s,
return NULL; return NULL;
} }
/* upb_DefPool /* upb_DefPool ****************************************************************/
* *****************************************************************/
void upb_DefPool_Free(upb_DefPool* s) { void upb_DefPool_Free(upb_DefPool* s) {
upb_Arena_Free(s->arena); upb_Arena_Free(s->arena);

Loading…
Cancel
Save