Commit 4472173
committed
Renamed contract application functions
The `code_contracts` function was unused and the function contract
application part of it was improved in `replace_calls`.
This commit:
- removes this old unused functionality,
- renames `code_contracts` to `apply_loop_contract`, and
- renames `apply_contract` to `apply_function_contract`.1 parent 7f998c4 commit 4472173
2 files changed
+7
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | 315 | | |
321 | 316 | | |
322 | 317 | | |
| |||
910 | 905 | | |
911 | 906 | | |
912 | 907 | | |
913 | | - | |
| 908 | + | |
914 | 909 | | |
915 | 910 | | |
916 | 911 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| |||
0 commit comments