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

@ -67,7 +67,6 @@ pub trait Executor: Debug + Send + Sync {
first_instruction_account: usize,
instruction_data: &[u8],
invoke_context: &'a mut InvokeContext<'b>,
use_jit: bool,
) -> Result<(), InstructionError>;
}