summaryrefslogtreecommitdiff
path: root/upb/descriptor.c
diff options
context:
space:
mode:
Diffstat (limited to 'upb/descriptor.c')
-rw-r--r--upb/descriptor.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/upb/descriptor.c b/upb/descriptor.c
index 90ba4f7..26cfef5 100644
--- a/upb/descriptor.c
+++ b/upb/descriptor.c
@@ -29,10 +29,6 @@ static char *upb_join(char *base, char *name) {
/* upb_descreader ************************************************************/
-// A upb_descreader builds a list of defs by handling a parse of a protobuf in
-// the format defined in descriptor.proto. The output of a upb_descreader is
-// a upb_symtabtxn.
-
static upb_def *upb_deflist_last(upb_deflist *l) {
return l->defs[l->len-1];
}
@@ -480,8 +476,6 @@ static void upb_msgdef_endmsg(void *_r, upb_status *status) {
upb_status_seterrliteral(status, "Encountered message with no name.");
return;
}
-
- upb_msgdef_layout(m);
upb_descreader_endcontainer(r);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback