Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Remove unused WithDeps()
Browse files Browse the repository at this point in the history
  • Loading branch information
burdiyan committed May 21, 2024
1 parent b6f67be commit dfe61d0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions backend/hyper/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,13 +392,6 @@ func WithAction(action string) ChangeOption {
}
}

// WithDeps sets the depts field of the change.
func WithDeps(deps []cid.Cid) ChangeOption {
return func(c *Change) {
c.Deps = deps
}
}

// WithMessage sets the message field of the change.
func WithMessage(msg string) ChangeOption {
return func(c *Change) {
Expand Down

0 comments on commit dfe61d0

Please sign in to comment.