From e58136cb9538aa861aeb6dc975bf41dfc5ff693e Mon Sep 17 00:00:00 2001 From: Stanislav Chiknavaryan Date: Fri, 6 Feb 2026 12:10:57 -0800 Subject: [PATCH] No public description PiperOrigin-RevId: 866560977 --- willow/src/input_encoding/codec_factory.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/willow/src/input_encoding/codec_factory.h b/willow/src/input_encoding/codec_factory.h index 6d34bf8..2ef1719 100644 --- a/willow/src/input_encoding/codec_factory.h +++ b/willow/src/input_encoding/codec_factory.h @@ -32,8 +32,6 @@ constexpr size_t kMaxGlobalOutputDomainSize = 1000000; // Codec. class CodecFactory { public: - static absl::Status ValidateSpec(const InputSpec& input_spec); - // Creates an instance of ExplicitCodec. static absl::StatusOr> CreateExplicitCodec( InputSpec input_spec,