Skip to content

Commit

Permalink
Update all refs from protos::internal::CreateMessage to hpb::interop:…
Browse files Browse the repository at this point in the history
…:upb::MakeCHandle

PiperOrigin-RevId: 667690021
  • Loading branch information
honglooker authored and copybara-github committed Aug 26, 2024
1 parent 673a892 commit 6e2fe5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions protos/protos.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ using hpb::internal::GetInternalMsg;
using hpb::internal::PrivateAccess;
using hpb::internal::Serialize;
using hpb::internal::SetExtension;
template <typename T>
typename T::CProxy CreateMessage(const upb_Message* msg, upb_Arena* arena) {
return hpb::interop::upb::MakeCHandle<T>(msg, arena);
}
} // namespace internal
using hpb::Serialize;

Expand Down

0 comments on commit 6e2fe5b

Please sign in to comment.