summaryrefslogtreecommitdiff
path: root/src/upb_def.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-06-09 10:31:43 -0700
committerJoshua Haberman <joshua@reverberate.org>2010-06-09 10:31:43 -0700
commited991c3b300d65dbe6fdb6a1d110cec029b0f5be (patch)
tree05dfef914a9b8426e6883ac409ddda7593170868 /src/upb_def.h
parent0a57d07a07c7cb7d2eee1db0477254d0199eb435 (diff)
More work on upb_decoder.
Diffstat (limited to 'src/upb_def.h')
-rw-r--r--src/upb_def.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/upb_def.h b/src/upb_def.h
index d4f0352..dd9dc07 100644
--- a/src/upb_def.h
+++ b/src/upb_def.h
@@ -128,9 +128,6 @@ INLINE bool upb_elem_ismm(upb_fielddef *f) {
/* upb_msgdef *****************************************************************/
-struct google_protobuf_EnumDescriptorProto;
-struct google_protobuf_DescriptorProto;
-
// Structure that describes a single .proto message type.
typedef struct _upb_msgdef {
upb_def base;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback