Skip to content

Commit bf6bfb2

Browse files
committed
fix: remove unused mutex field from Reviewer struct
1 parent a6aa4e7 commit bf6bfb2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

reviewer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import (
1919
// Review multiple times. It is safe for concurrent use.
2020
type Reviewer struct {
2121
cfg *config
22-
mu sync.Mutex
2322
}
2423

2524
// NewReviewer creates a configured Reviewer.

0 commit comments

Comments
 (0)