From d2c7f607148a94f9a776bcbc6bb94a9e184b6fc9 Mon Sep 17 00:00:00 2001 From: Hong Shin Date: Wed, 21 Aug 2024 06:39:36 -0700 Subject: [PATCH] Remove protos::CreateMessage, protos::ClearExtension both unused Update ExtensionNotFoundError from protos to hpb PiperOrigin-RevId: 665855910 --- protos/protos.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/protos/protos.h b/protos/protos.h index ffd849b9c2..ca01c1e282 100644 --- a/protos/protos.h +++ b/protos/protos.h @@ -26,12 +26,9 @@ using hpb::internal::Serialize; using hpb::internal::SetExtension; using hpb::interop::upb::GetMiniTable; } // namespace internal -using hpb::CreateMessage; using hpb::Parse; using hpb::Serialize; -using hpb::ClearExtension; -using hpb::ExtensionNotFoundError; using hpb::ExtensionNumber; using hpb::GetExtension; using hpb::HasExtension;