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,