storage_state field doesn't actually exist

This commit is contained in:
Michael Vines 2019-01-29 12:34:59 -08:00
parent 1f9ab7f58f
commit a2c3369713
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ impl Bank {
last_ids: RwLock::new(self.last_ids.read().unwrap().clone()),
confirmation_time: AtomicUsize::new(self.confirmation_time()),
leader_scheduler: self.leader_scheduler.clone(),
storage_state: StorageState::new(),
subscriptions: RwLock::new(Box::new(Arc::new(LocalSubscriptions::default()))),
}
}