We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7fbf68 commit 50b9702Copy full SHA for 50b9702
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