Removed a stray return statement, causing compilation error.
This commit is contained in:
parent
06f9f609e1
commit
21b58b51fe
1 changed files with 0 additions and 1 deletions
|
@ -1487,7 +1487,6 @@ inline void RepeatedPtrFieldBase::Add(
|
|||
typename TypeHandler::Type* result =
|
||||
TypeHandler::New(arena_, std::move(value));
|
||||
rep_->elements[current_size_++] = result;
|
||||
return result;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue