Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Sep 7, 2023
1 parent 7dd4391 commit 602a2c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions carapace.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ func (c Carapace) DashAnyCompletion(action Action) {
storage.get(c.cmd).dashAny = action
}

// TODO move to storage
var flagMutex sync.RWMutex

// FlagCompletion defines completion for flags using a map consisting of name and Action.
func (c Carapace) FlagCompletion(actions ActionMap) {
e := storage.get(c.cmd)
Expand Down

0 comments on commit 602a2c2

Please sign in to comment.