Skip to content

Commit

Permalink
fix: remove two unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Stockton committed Feb 3, 2025
1 parent e0db706 commit 55d046c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/reloader/reloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ type mockWatcher struct {
eventCh chan fsnotify.Event
errorCh chan error
addCh chan string
addMap map[string]bool
}

func newMockWatcher(err error) *mockWatcher {
Expand Down
1 change: 0 additions & 1 deletion internal/reloader/reloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ func drain[C ~chan T, T any](ch C) (out []T) {
}

type reloadRecorder struct {
ctx context.Context
configCh chan *conf.GlobalConfiguration
reloadCh chan string
}
Expand Down

0 comments on commit 55d046c

Please sign in to comment.