From 8978661a76eac16bff008a479958b38f358e9262 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Mon, 28 Dec 2009 18:10:53 -0800 Subject: upbc compiles, but doesn't link due to unimplemented stuff in upb_data. --- descriptor/descriptor.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'descriptor') diff --git a/descriptor/descriptor.h b/descriptor/descriptor.h index 313cc89..5e24abd 100644 --- a/descriptor/descriptor.h +++ b/descriptor/descriptor.h @@ -90,8 +90,6 @@ typedef struct google_protobuf_MethodOptions /* The message definitions themselves. */ struct google_protobuf_UninterpretedOption_NamePart { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -105,8 +103,6 @@ struct google_protobuf_UninterpretedOption_NamePart { UPB_DEFINE_MSG_ARRAY(google_protobuf_UninterpretedOption_NamePart) struct google_protobuf_DescriptorProto { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -130,8 +126,6 @@ struct google_protobuf_DescriptorProto { UPB_DEFINE_MSG_ARRAY(google_protobuf_DescriptorProto) struct google_protobuf_EnumDescriptorProto { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -147,8 +141,6 @@ struct google_protobuf_EnumDescriptorProto { UPB_DEFINE_MSG_ARRAY(google_protobuf_EnumDescriptorProto) struct google_protobuf_UninterpretedOption { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -170,8 +162,6 @@ struct google_protobuf_UninterpretedOption { UPB_DEFINE_MSG_ARRAY(google_protobuf_UninterpretedOption) struct google_protobuf_FileDescriptorProto { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -197,8 +187,6 @@ struct google_protobuf_FileDescriptorProto { UPB_DEFINE_MSG_ARRAY(google_protobuf_FileDescriptorProto) struct google_protobuf_MethodDescriptorProto { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -216,8 +204,6 @@ struct google_protobuf_MethodDescriptorProto { UPB_DEFINE_MSG_ARRAY(google_protobuf_MethodDescriptorProto) struct google_protobuf_EnumValueOptions { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -229,8 +215,6 @@ struct google_protobuf_EnumValueOptions { UPB_DEFINE_MSG_ARRAY(google_protobuf_EnumValueOptions) struct google_protobuf_EnumValueDescriptorProto { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -246,8 +230,6 @@ struct google_protobuf_EnumValueDescriptorProto { UPB_DEFINE_MSG_ARRAY(google_protobuf_EnumValueDescriptorProto) struct google_protobuf_ServiceDescriptorProto { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -263,8 +245,6 @@ struct google_protobuf_ServiceDescriptorProto { UPB_DEFINE_MSG_ARRAY(google_protobuf_ServiceDescriptorProto) struct google_protobuf_FileDescriptorSet { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -276,8 +256,6 @@ struct google_protobuf_FileDescriptorSet { UPB_DEFINE_MSG_ARRAY(google_protobuf_FileDescriptorSet) struct google_protobuf_DescriptorProto_ExtensionRange { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -291,8 +269,6 @@ struct google_protobuf_DescriptorProto_ExtensionRange { UPB_DEFINE_MSG_ARRAY(google_protobuf_DescriptorProto_ExtensionRange) struct google_protobuf_FieldOptions { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -312,8 +288,6 @@ struct google_protobuf_FieldOptions { UPB_DEFINE_MSG_ARRAY(google_protobuf_FieldOptions) struct google_protobuf_FileOptions { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -333,8 +307,6 @@ struct google_protobuf_FileOptions { UPB_DEFINE_MSG_ARRAY(google_protobuf_FileOptions) struct google_protobuf_MessageOptions { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -348,8 +320,6 @@ struct google_protobuf_MessageOptions { UPB_DEFINE_MSG_ARRAY(google_protobuf_MessageOptions) struct google_protobuf_EnumOptions { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -361,8 +331,6 @@ struct google_protobuf_EnumOptions { UPB_DEFINE_MSG_ARRAY(google_protobuf_EnumOptions) struct google_protobuf_FieldDescriptorProto { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -388,8 +356,6 @@ struct google_protobuf_FieldDescriptorProto { UPB_DEFINE_MSG_ARRAY(google_protobuf_FieldDescriptorProto) struct google_protobuf_ServiceOptions { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { @@ -401,8 +367,6 @@ struct google_protobuf_ServiceOptions { UPB_DEFINE_MSG_ARRAY(google_protobuf_ServiceOptions) struct google_protobuf_MethodOptions { - struct upb_mmhead mmhead; - struct upb_msgdef *def; union { uint8_t bytes[1]; struct { -- cgit v1.2.3