Move native_loader into solana_runtime

This commit is contained in:
Greg Fitzgerald
2019-03-03 10:12:36 -07:00
parent 33496ffea2
commit fc5fcd6cd4
8 changed files with 7 additions and 39 deletions

View File

@@ -4,6 +4,7 @@ pub mod bank;
pub mod bloom;
mod hash_queue;
pub mod loader_utils;
mod native_loader;
mod runtime;
mod status_cache;