summaryrefslogtreecommitdiff
path: root/upb/descriptor.c
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-08-31 20:03:59 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-08-31 20:03:59 -0700
commit4a8b9be46c9485a35383b52d400ba086d3f40ace (patch)
treec04b977e5db364a1c4dc53bca78ab2b1f860c5c7 /upb/descriptor.c
parentd1d126acf453608fd797ceaec73d73fa25517166 (diff)
Header cleanup, clarify/correct comments for interfaces.
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