Commit f0077f2
blockifier: re-add new_from_emu for out-of-tree benchmarking branch
`new_from_emu` was deleted in 88b68af after Cursor flagged it as
unused. Restore it (with a doc comment naming the planned consumer)
so the benchmarking / replay tooling — which will live as a feature
branch and is not expected to merge here — can reach it without
patching this file. No `#[expect(dead_code)]` needed: `dead_code`
doesn't fire on `pub fn` in a library crate.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8357c7e commit f0077f2
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
40 | 53 | | |
41 | 54 | | |
42 | 55 | | |
| |||
0 commit comments