Don't bother restoring snapshots, they're never used

This commit is contained in:
Michael Vines
2021-01-02 09:09:50 -08:00
parent b6dcdb90e8
commit db6ee289c9
2 changed files with 9 additions and 28 deletions

View File

@@ -34,10 +34,6 @@ pub mod transaction_utils;
pub mod vote_account;
pub mod vote_sender_types;
extern crate solana_config_program;
extern crate solana_stake_program;
extern crate solana_vote_program;
#[macro_use]
extern crate solana_metrics;
#[macro_use]
@@ -45,6 +41,3 @@ extern crate serde_derive;
#[macro_use]
extern crate solana_frozen_abi_macro;
extern crate fs_extra;
extern crate tempfile;