Browse Source

Remove stray 'return'.

Thomas Van Lenten 7 years ago
parent
commit
561413523f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      objectivec/GPBMessage.m

+ 1 - 1
objectivec/GPBMessage.m

@@ -3178,7 +3178,7 @@ static void ResolveIvarSet(__unsafe_unretained GPBFieldDescriptor *field,
         // full lookup.
         const GPBFileSyntax syntax = descriptor.file.syntax;
         result.impToAdd = imp_implementationWithBlock(^(id obj, id value) {
-          return GPBSetObjectIvarWithFieldInternal(obj, field, value, syntax);
+          GPBSetObjectIvarWithFieldInternal(obj, field, value, syntax);
         });
         result.encodingSelector = @selector(setArray:);
         break;