This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Commit 08492ed
committed
Remove no-longer-needed helper method
In trying to upstream this helper method it had surprising semantics for
insert-beyond-the-end and so upon investigating I concluded that this
may be a historical artifact at this point and no longer needed. To
reduce the diff with upstream this commit removes the method and
replaces the one usage with a locally-equivalent structure.1 parent b24cf9a commit 08492ed
2 files changed
Lines changed: 1 addition & 14 deletions
File tree
- cranelift/entity/src
- crates/wasmtime/src/runtime/component/concurrent
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 75 | | |
87 | 76 | | |
88 | 77 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3143 | 3143 | | |
3144 | 3144 | | |
3145 | 3145 | | |
3146 | | - | |
3147 | | - | |
3148 | | - | |
| 3146 | + | |
3149 | 3147 | | |
3150 | 3148 | | |
3151 | 3149 | | |
| |||
0 commit comments