Remove superfluous conjunct to improve code quality

This commit is contained in:
Tamas Vajk
2024-02-05 13:50:20 +01:00
parent 397d814c8b
commit 24a7a7644d

View File

@@ -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