Fix warning

This commit is contained in:
Jack May 2018-10-23 15:06:23 -07:00 committed by Grimes
parent eb377993b3
commit a3a2215bda
1 changed files with 0 additions and 1 deletions

View File

@ -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<rbpf::EbpfVmRaw, Error> {