Skip to content

Commit

Permalink
internal/sarif: remove unused field
Browse files Browse the repository at this point in the history
Change-Id: I3b4139be32ce5fe03cbe19b135f186bd97e5a636
Reviewed-on: https://go-review.googlesource.com/c/vuln/+/576560
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com>
Reviewed-by: Maceo Thompson <maceothompson@google.com>
  • Loading branch information
zpavlinovic committed Apr 5, 2024
1 parent 7b0e650 commit 7bf0c05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/sarif/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ type handler struct {
// an osv is indeed called, then all findings for
// the osv will have call stack info.
findings map[string][]*govulncheck.Finding

binary bool
}

func NewHandler(w io.Writer) *handler {
Expand Down

0 comments on commit 7bf0c05

Please sign in to comment.