delete db_window.rs, move contents to window_service, clean up process_blobs (#3746)

This commit is contained in:
Rob Walker
2019-04-14 18:52:05 -07:00
committed by GitHub
parent dd005fb50e
commit bd1db51e07
3 changed files with 73 additions and 106 deletions

View File

@ -30,7 +30,6 @@ pub mod blocktree_processor;
pub mod cluster;
pub mod cluster_info;
pub mod cluster_tests;
pub mod db_window;
pub mod entry;
#[cfg(feature = "erasure")]
pub mod erasure;