Skip to content

Commit

Permalink
fix-lint: remove unused mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed Oct 2, 2024
1 parent 0ff2a1e commit 16eabf9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tui/log-viewer.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"regexp"
"strconv"
"strings"
"sync"
)

var (
Expand All @@ -22,7 +21,6 @@ type LogView struct {
isWrapOn bool
buffer *bytes.Buffer
ansiWriter io.Writer
mx sync.Mutex
useAnsi bool
uniqueId string
searchCurrentSelection int
Expand Down

0 comments on commit 16eabf9

Please sign in to comment.