mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Delete redundant exists()
This commit is contained in:
@@ -51,6 +51,6 @@ private module Python_JWT {
|
||||
|
||||
override DataFlow::Node getOptions() { none() }
|
||||
|
||||
override predicate verifiesSignature() { exists( | verifiesSignature = true) }
|
||||
override predicate verifiesSignature() { verifiesSignature = true }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user