summaryrefslogtreecommitdiff
path: root/src/upb_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_def.h')
-rw-r--r--src/upb_def.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/upb_def.h b/src/upb_def.h
index 25c7ff6..d4f0352 100644
--- a/src/upb_def.h
+++ b/src/upb_def.h
@@ -126,13 +126,6 @@ INLINE bool upb_elem_ismm(upb_fielddef *f) {
return upb_isstring(f) || upb_issubmsg(f);
}
-// Internal-only interface for the upb compiler.
-// Sorts the given fielddefs in-place, according to what we think is an optimal
-// ordering of fields. This can change from upb release to upb release.
-struct google_protobuf_FieldDescriptorProto;
-void upb_fielddef_sortfds(struct google_protobuf_FieldDescriptorProto **fds,
- size_t num);
-
/* upb_msgdef *****************************************************************/
struct google_protobuf_EnumDescriptorProto;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback