From 561413523fdd5d9cd67194439170aff83336ed50 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 2 Oct 2018 10:42:20 -0400 Subject: Remove stray 'return'. --- objectivec/GPBMessage.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objectivec/GPBMessage.m b/objectivec/GPBMessage.m index db5d3b60..c51dfb25 100644 --- a/objectivec/GPBMessage.m +++ b/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; -- cgit v1.2.3