consolidate use-jit flag (#23652)

This commit is contained in:
Jack May
2022-03-14 15:00:00 -07:00
committed by GitHub
parent c5eb8ed7d1
commit c68c0e881e
3 changed files with 7 additions and 11 deletions

View File

@ -13736,7 +13736,6 @@ pub(crate) mod tests {
_first_instruction_account: usize,
_instruction_data: &[u8],
_invoke_context: &'a mut InvokeContext<'b>,
_use_jit: bool,
) -> std::result::Result<(), InstructionError> {
Ok(())
}