Remove spurious code from review suggestion.

This commit is contained in:
Sean Bowe 2021-07-24 10:43:50 -06:00
parent 754dd62c92
commit 634d14a016
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 0 additions and 1 deletions

View File

@ -1368,7 +1368,6 @@ impl<F: Field> ConstraintSystem<F> {
&|selector| {
if must_be_nonsimple {
// Simple selectors are prohibited from appearing in
```
// expressions in the lookup argument by
// `ConstraintSystem`.
assert!(!selector.is_simple());