From fcf1db32b1d8bd017c98ec0a991d0e3205984759 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Wed, 12 Jan 2022 10:46:45 -0800 Subject: [PATCH] Fixed a few extraneous wrappings. --- upb/def.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/upb/def.c b/upb/def.c index 9c0393163a..cf21f30545 100644 --- a/upb/def.c +++ b/upb/def.c @@ -405,8 +405,7 @@ const upb_EnumValueDef* upb_EnumDef_Value(const upb_EnumDef* e, int i) { return &e->values[i]; } -/* upb_EnumValueDef - * *************************************************************/ +/* upb_EnumValueDef ***********************************************************/ const google_protobuf_EnumValueOptions* upb_EnumValueDef_Options( const upb_EnumValueDef* e) { @@ -1048,8 +1047,7 @@ const upb_MethodDef* upb_ServiceDef_FindMethodByName(const upb_ServiceDef* s, return NULL; } -/* upb_DefPool - * *****************************************************************/ +/* upb_DefPool ****************************************************************/ void upb_DefPool_Free(upb_DefPool* s) { upb_Arena_Free(s->arena);