From ed991c3b300d65dbe6fdb6a1d110cec029b0f5be Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Wed, 9 Jun 2010 10:31:43 -0700 Subject: More work on upb_decoder. --- src/upb_def.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/upb_def.h') 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; -- cgit v1.2.3