Index: third_party/protobuf/objectivec/google/protobuf/Timestamp.pbobjc.m |
diff --git a/third_party/protobuf/objectivec/google/protobuf/Timestamp.pbobjc.m b/third_party/protobuf/objectivec/google/protobuf/Timestamp.pbobjc.m |
index 4ab159fb9ce29faef5b6534026a0da5bdf5ae80e..f35e435dfba5abcebf9b860b1943f04c46430add 100644 |
--- a/third_party/protobuf/objectivec/google/protobuf/Timestamp.pbobjc.m |
+++ b/third_party/protobuf/objectivec/google/protobuf/Timestamp.pbobjc.m |
@@ -1,23 +1,8 @@ |
// Generated by the protocol buffer compiler. DO NOT EDIT! |
// source: google/protobuf/timestamp.proto |
-// This CPP symbol can be defined to use imports that match up to the framework |
-// imports needed when using CocoaPods. |
-#if !defined(GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS) |
- #define GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0 |
-#endif |
- |
-#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS |
- #import <Protobuf/GPBProtocolBuffers_RuntimeSupport.h> |
-#else |
- #import "GPBProtocolBuffers_RuntimeSupport.h" |
-#endif |
- |
-#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS |
- #import <Protobuf/Timestamp.pbobjc.h> |
-#else |
- #import "google/protobuf/Timestamp.pbobjc.h" |
-#endif |
+#import "GPBProtocolBuffers_RuntimeSupport.h" |
+#import "google/protobuf/Timestamp.pbobjc.h" |
// @@protoc_insertion_point(imports) |
#pragma clang diagnostic push |
@@ -27,9 +12,6 @@ |
@implementation GPBTimestampRoot |
-// No extensions in the file and no imports, so no need to generate |
-// +extensionRegistry. |
- |
@end |
#pragma mark - GPBTimestampRoot_FileDescriptor |
@@ -39,9 +21,8 @@ static GPBFileDescriptor *GPBTimestampRoot_FileDescriptor(void) { |
// about thread safety of the singleton. |
static GPBFileDescriptor *descriptor = NULL; |
if (!descriptor) { |
- GPB_DEBUG_CHECK_RUNTIME_VERSIONS(); |
+ GPBDebugCheckRuntimeVersion(); |
descriptor = [[GPBFileDescriptor alloc] initWithPackage:@"google.protobuf" |
- objcPrefix:@"GPB" |
syntax:GPBFileSyntaxProto3]; |
} |
return descriptor; |
@@ -92,7 +73,7 @@ typedef struct GPBTimestamp__storage_ { |
fields:fields |
fieldCount:(uint32_t)(sizeof(fields) / sizeof(GPBMessageFieldDescription)) |
storageSize:sizeof(GPBTimestamp__storage_) |
- flags:GPBDescriptorInitializationFlag_None]; |
+ flags:0]; |
NSAssert(descriptor == nil, @"Startup recursed!"); |
descriptor = localDescriptor; |
} |