Move from solana/rbpf fork to qmonnet/rbpf (#1511)

This commit is contained in:
jackcmay
2018-10-16 13:13:54 -07:00
committed by GitHub
parent f6c10d8a2e
commit c886625c83
7 changed files with 111 additions and 404 deletions

View File

@@ -22,7 +22,6 @@ pub mod choose_gossip_peer_strategy;
pub mod client;
#[macro_use]
pub mod cluster_info;
pub mod bpf_verifier;
pub mod budget_program;
pub mod drone;
pub mod dynamic_program;
@@ -96,7 +95,6 @@ extern crate log;
extern crate nix;
extern crate pnet_datalink;
extern crate rayon;
extern crate rbpf;
extern crate reqwest;
extern crate ring;
extern crate serde;