We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8c15a0 + 50b9702 commit b1ac027Copy full SHA for b1ac027
1 file changed
go/ql/src/RedundantCode/RedundantExpr.ql
@@ -71,10 +71,6 @@ class AverageExpr extends PotentiallyRedundantExpr, AddExpr {
71
this.getLeftOperand().getKind() = this.getRightOperand().getKind()
72
)
73
}
74
-
75
- override predicate operands(Expr left, Expr right) {
76
- left = this.getLeftOperand() and right = this.getRightOperand()
77
- }
78
79
80
/** Gets the hash of `nd`, which is the `i`th operand of `red`. */
0 commit comments