Remove support for 0.22.3 snapshots

This commit is contained in:
Michael Vines
2020-01-30 21:57:48 -07:00
parent fd207b6907
commit 3bc9789e8d
2 changed files with 0 additions and 121 deletions

View File

@ -525,11 +525,6 @@ where
|stream| {
let mut bank: Bank = match snapshot_version {
env!("CARGO_PKG_VERSION") => deserialize_from_snapshot(stream.by_ref())?,
"0.22.3" => {
let bank0223: solana_runtime::bank::LegacyBank0223 =
deserialize_from_snapshot(stream.by_ref())?;
bank0223.into()
}
_ => {
return Err(get_io_error(&format!(
"unsupported snapshot version: {}",