diff --git a/programs/native/bpf_loader/src/lib.rs b/programs/native/bpf_loader/src/lib.rs index 5a55f17ce8..dc204e2c91 100644 --- a/programs/native/bpf_loader/src/lib.rs +++ b/programs/native/bpf_loader/src/lib.rs @@ -16,7 +16,6 @@ use solana_program_interface::pubkey::Pubkey; use std::io::prelude::*; use std::io::Error; use std::mem; -use std::str; use std::sync::{Once, ONCE_INIT}; fn create_vm(prog: &[u8]) -> Result {