Skip to content

Commit

Permalink
Remove obsolete marshal func
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Jul 23, 2024
1 parent 9ea9d05 commit 48bb212
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions api/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
"bytes"
"crypto/sha256"
"encoding/binary"
"errors"
"fmt"
)

Expand Down Expand Up @@ -67,10 +66,6 @@ type EntryBundle struct {
Entries [][]byte
}

func (t *EntryBundle) MarshalText() ([]byte, error) {
return nil, errors.New("unimplemented")
}

// UnmarshalText implements encoding/TextUnmarshaler and reads EntryBundles
// which are encoded using the tlog-tiles spec.
func (t *EntryBundle) UnmarshalText(raw []byte) error {
Expand Down

0 comments on commit 48bb212

Please sign in to comment.