Commit 91202ee 1 parent 6d2249a commit 91202ee Copy full SHA for 91202ee
File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -1568,22 +1568,6 @@ impl<T> AlgebraicExpression<T> {
1568
1568
_ => false ,
1569
1569
} )
1570
1570
}
1571
-
1572
- /// @returns true if the expression contains a reference to a next value of a witness column.
1573
- pub fn contains_next_witness_ref ( & self ) -> bool {
1574
- self . expr_any ( |e| match e {
1575
- AlgebraicExpression :: Reference ( poly) => poly. next && poly. is_witness ( ) ,
1576
- _ => false ,
1577
- } )
1578
- }
1579
-
1580
- /// @returns true if the expression contains a reference to a witness column.
1581
- pub fn contains_witness_ref ( & self ) -> bool {
1582
- self . expr_any ( |e| match e {
1583
- AlgebraicExpression :: Reference ( poly) => poly. is_witness ( ) ,
1584
- _ => false ,
1585
- } )
1586
- }
1587
1571
}
1588
1572
1589
1573
impl < T > ops:: Add for AlgebraicExpression < T > {
You can’t perform that action at this time.
0 commit comments