Skip to content

Commit 23adfc2

Browse files
committed
fix enqueue_outbox_row
1 parent b0112b8 commit 23adfc2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crates/core/src/host/instance_env.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,6 @@ impl InstanceEnv {
442442
///
443443
/// The `on_result_reducer` and delivery data are resolved at delivery time from the
444444
/// outbox table's schema and row, so ST_MSG_ID only stores the minimal reference.
445-
#[cold]
446-
#[inline(never)]
447445
fn enqueue_outbox_row(
448446
&self,
449447
_stdb: &RelationalDB,

0 commit comments

Comments
 (0)