Remove unused protos::internal::{DeepCopy, DeepClone, GetOrPromoteExtension, GetUpbExtension, HasExtensionOrUnknown, MoveExtension}

PiperOrigin-RevId: 665934981
diff --git a/protos/protos.h b/protos/protos.h
index ca01c1e..d6c0f39 100644
--- a/protos/protos.h
+++ b/protos/protos.h
@@ -12,15 +12,9 @@
 namespace internal {
 using hpb::internal::CreateMessage;
 using hpb::internal::CreateMessageProxy;
-using hpb::internal::DeepClone;
-using hpb::internal::DeepCopy;
 using hpb::internal::ExtensionIdentifier;
 using hpb::internal::GetArena;
 using hpb::internal::GetInternalMsg;
-using hpb::internal::GetOrPromoteExtension;
-using hpb::internal::GetUpbExtensions;
-using hpb::internal::HasExtensionOrUnknown;
-using hpb::internal::MoveExtension;
 using hpb::internal::PrivateAccess;
 using hpb::internal::Serialize;
 using hpb::internal::SetExtension;