pub fn thread_instruction_remove(
    ctx: Context<'_, '_, '_, '_, ThreadInstructionRemove<'_>>,
    index: u64
) -> Result<()>
Expand description

Removes an instruction to the thread’s instruction set at the provied index.