mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Remove superfluous conjunct to improve code quality
This commit is contained in:
@@ -11,7 +11,6 @@ import semmle.code.csharp.commons.Diagnostics
|
||||
|
||||
predicate compilationInfo(string key, float value) {
|
||||
exists(Compilation c, string infoKey, string infoValue | infoValue = c.getInfo(infoKey) |
|
||||
exists(infoValue.toFloat()) and
|
||||
key = infoKey and
|
||||
value = infoValue.toFloat()
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user