From 44e9777103aa864859c04159a7abc376c5a98210 Mon Sep 17 00:00:00 2001 From: Hong Shin Date: Mon, 9 Sep 2024 09:18:55 -0700 Subject: [PATCH] Adios, protos::ptr! PiperOrigin-RevId: 672567642 --- protos/protos.h | 1 - 1 file changed, 1 deletion(-) diff --git a/protos/protos.h b/protos/protos.h index 9bbf650d8a..f0932b664b 100644 --- a/protos/protos.h +++ b/protos/protos.h @@ -13,6 +13,5 @@ using hpb::internal::GetInternalMsg; } // namespace internal using hpb::Arena; -using hpb::Ptr; } // namespace protos #endif