Skip to content

Commit

Permalink
refactor: remove unused type SyncOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed May 7, 2022
1 parent 35957bc commit 4fac1fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/htp/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ type SyncTrace struct {
After func(i int, round *SyncRound) bool
}

type SyncOptions struct {
Count int
Trace *SyncTrace
}

func Sync(client *SyncClient, model *SyncModel, trace *SyncTrace) error {
for i := 0; ; i++ {
if !trace.Before(i) {
Expand Down

0 comments on commit 4fac1fe

Please # to comment.