Skip to content

Commit

Permalink
fix: remove invoke_dynamic_unchecked_return_ty from debug_assertions
Browse files Browse the repository at this point in the history
Signed-off-by: nerodesu017 <[email protected]>
  • Loading branch information
nerodesu017 committed Dec 17, 2024
1 parent f1f4d8c commit 0857971
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/execution/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ where
Ok(ret)
}

#[cfg(debug_assertions)]
pub fn invoke_dynamic_unchecked_return_ty(
&mut self,
function_ref: &FunctionRef,
Expand Down

0 comments on commit 0857971

Please sign in to comment.