From cfe0ef08c15d038865e9618af25de76c8304ad9e Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Mon, 7 Jun 2010 10:30:36 -0700 Subject: Changes to upb_def to stop using upb_msg. --- src/upb_def.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/upb_def.h') 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; -- cgit v1.2.3