Skip to content

Commit 36e4b87

Browse files
committed
C#: Remove comment
1 parent 390ebc9 commit 36e4b87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

csharp/ql/src/Likely Bugs/EqualityCheckOnFloats.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,4 @@ from EqualityOperation e
2222
where
2323
e.getAnOperand().getType() instanceof FloatingPointType and
2424
not e.getAnOperand() instanceof NullLiteral
25-
//Uncomment this to exclude comparisons to 0 literals
26-
//or e.getAnOperand() instanceof ZeroFloatLiteral
2725
select e, "Equality checks on floating point values can yield unexpected results."

0 commit comments

Comments
 (0)