Commit 56141352 authored by Thomas Van Lenten's avatar Thomas Van Lenten

Remove stray 'return'.

parent 4265a1d3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment