Commit 21b58b51 authored by Manjunath Kudlur's avatar Manjunath Kudlur

Removed a stray return statement, causing compilation error.

parent 06f9f609
......@@ -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