Commit 2b7430d9 authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #2793 from keveman/master

Removed a stray return statement, causing compilation error.
parents f6d8c833 21b58b51
......@@ -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
......
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