Skip to content

Commit e58136c

Browse files
stanischikncopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 866560977
1 parent c7add38 commit e58136c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

willow/src/input_encoding/codec_factory.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ constexpr size_t kMaxGlobalOutputDomainSize = 1000000;
3232
// Codec.
3333
class CodecFactory {
3434
public:
35-
static absl::Status ValidateSpec(const InputSpec& input_spec);
36-
3735
// Creates an instance of ExplicitCodec.
3836
static absl::StatusOr<std::unique_ptr<Codec>> CreateExplicitCodec(
3937
InputSpec input_spec,

0 commit comments

Comments
 (0)