Commit 73f24a3
committed
chore: delete
# Description
## Problem\*
Resolves <!-- Link to GitHub Issue -->
## Summary\*
The R1CS transformer is currently a no-op as the expression width is
unbounded and we guarantee that expressions will be at most degree 2 by
default.
It also looks increasingly likely that the CSAT transformer code will be
moved into the acir_gen pass so this is redundant.
## Additional Context
## Documentation\*
Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.
# PR Checklist\*
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.R1CSTransformer (#4649)1 parent a61ccb0 commit 73f24a3
2 files changed
+1
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
46 | | - | |
47 | | - | |
| 44 | + | |
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
| |||
This file was deleted.
0 commit comments