Skip to content

Commit

Permalink
slicer: Remove unused err
Browse files Browse the repository at this point in the history
Signed-off-by: Evgenii Baidakov <[email protected]>
  • Loading branch information
smallhive committed Jul 25, 2023
1 parent e2beb5a commit 76987be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions object/slicer/slicer.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import (
)

var (
// ErrInvalidAttributeAmount indicates wrong number of arguments. Amount of arguments MUST be even number.
ErrInvalidAttributeAmount = errors.New("attributes must be even number of strings")
// ErrIncompleteHeader indicates some fields are missing in header.
ErrIncompleteHeader = errors.New("incomplete header")
)
Expand Down

0 comments on commit 76987be

Please sign in to comment.