Commit 17626b9
[fix] Remove an air we never use (#50)
**Finding Link:**
https://cantina.xyz/code/c486d600-bed0-4fc6-aed1-de759fd29fa2/findings/72
## Description of Fix
There was `AssertLtWhenTransitionAir` that was supposed to check, in
`AssertLtSubAir`, that every pair of consecutive rows represents two
numbers in increasing order. In reality, we specifically set the `count`
column value to something nonzero whenever we want to perform the checks
of type `x < y`: this also allows us to do this not on all transitions
but only on the ones we want. Therefore, the unused code is gone.1 parent 8b223ef commit 17626b9
1 file changed
+0
-42
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | 101 | | |
106 | 102 | | |
107 | 103 | | |
| |||
186 | 182 | | |
187 | 183 | | |
188 | 184 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | 185 | | |
228 | 186 | | |
229 | 187 | | |
| |||
0 commit comments