Skip to content

Commit 24a7a76

Browse files
committed
Remove superfluous conjunct to improve code quality
1 parent 397d814 commit 24a7a76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

csharp/ql/src/Telemetry/ExtractorInformation.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import semmle.code.csharp.commons.Diagnostics
1111

1212
predicate compilationInfo(string key, float value) {
1313
exists(Compilation c, string infoKey, string infoValue | infoValue = c.getInfo(infoKey) |
14-
exists(infoValue.toFloat()) and
1514
key = infoKey and
1615
value = infoValue.toFloat()
1716
or

0 commit comments

Comments
 (0)