summaryrefslogtreecommitdiff
path: root/src/upb_def.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-06-07 10:30:36 -0700
committerJoshua Haberman <joshua@reverberate.org>2010-06-07 10:30:36 -0700
commitcfe0ef08c15d038865e9618af25de76c8304ad9e (patch)
tree3fa30bb494179116819910958cf1915eb6e4f4c3 /src/upb_def.h
parenta8d3f8e54388467c8b38c23e736553af9b2f88ec (diff)
Changes to upb_def to stop using upb_msg.
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