Skip to content

Commit b1f3970

Browse files
committed
Remove no-longer-relevant comment
1 parent 57d45c2 commit b1f3970

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/wit-component/src/encoding.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,8 +1104,6 @@ impl<'a> EncodingState<'a> {
11041104
.into_iter(encoding, self.memory_index, realloc_index)?
11051105
.collect::<Vec<_>>();
11061106

1107-
// TODO: This should probe for the existence of
1108-
// `cabi_post_{name}` but not require its existence.
11091107
let post_return = format!("{POST_RETURN_PREFIX}{core_name}");
11101108
if post_returns.contains(&post_return[..]) {
11111109
let post_return =

0 commit comments

Comments
 (0)