Merge pull request #2793 from keveman/master
Removed a stray return statement, causing compilation error.
This commit is contained in:
commit
2b7430d96a
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