Remove protos::CreateMessage, protos::ClearExtension both unused

Update ExtensionNotFoundError from protos to hpb

PiperOrigin-RevId: 665855910
pull/17886/head
Hong Shin 5 months ago committed by Copybara-Service
parent 5cbf13bc9a
commit d2c7f60714
  1. 3
      protos/protos.h

@ -26,12 +26,9 @@ using hpb::internal::Serialize;
using hpb::internal::SetExtension; using hpb::internal::SetExtension;
using hpb::interop::upb::GetMiniTable; using hpb::interop::upb::GetMiniTable;
} // namespace internal } // namespace internal
using hpb::CreateMessage;
using hpb::Parse; using hpb::Parse;
using hpb::Serialize; using hpb::Serialize;
using hpb::ClearExtension;
using hpb::ExtensionNotFoundError;
using hpb::ExtensionNumber; using hpb::ExtensionNumber;
using hpb::GetExtension; using hpb::GetExtension;
using hpb::HasExtension; using hpb::HasExtension;

Loading…
Cancel
Save