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.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