Skip to content

Commit d5ac719

Browse files
committed
Remove duplicate function
1 parent e54b29a commit d5ac719

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

go/ql/test/experimental/CWE-321/sanitizer.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,3 @@ func randReadSanitizer_test() (interface{}, error) {
112112
key6 := GenerateRandomString3(32)
113113
return cristal.NewSignerHS(cristal.HS256, []byte(key6)) // GOOD
114114
}
115-
116-
func main() {
117-
return
118-
}

0 commit comments

Comments
 (0)