Skip to content

Commit

Permalink
remove unused mutex
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
  • Loading branch information
ashutosh-narkar committed Jun 13, 2023
1 parent d57708e commit d83c4ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions topdown/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"crypto/rand"
"io"
"sort"
"sync"
"time"

"github.com/open-policy-agent/opa/ast"
Expand Down Expand Up @@ -59,7 +58,6 @@ type Query struct {
strictObjects bool
printHook print.Hook
tracingOpts tracing.Options
mtx *sync.Mutex
}

// Builtin represents a built-in function that queries can call.
Expand Down

0 comments on commit d83c4ea

Please sign in to comment.