Skip to content
Prev Previous commit
Remove duplicate function
  • Loading branch information
smowton committed Jun 2, 2022
commit d5ac7190cc8203449f6471aa26b285db3c8f78e8
4 changes: 0 additions & 4 deletions go/ql/test/experimental/CWE-321/sanitizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,3 @@ func randReadSanitizer_test() (interface{}, error) {
key6 := GenerateRandomString3(32)
return cristal.NewSignerHS(cristal.HS256, []byte(key6)) // GOOD
}

func main() {
return
}