Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
consensus: remove unused offline tracker (#9178)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored and athei committed Jun 25, 2021
1 parent e72f109 commit e294b9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 138 deletions.
1 change: 0 additions & 1 deletion primitives/consensus/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ use futures::prelude::*;
use sp_state_machine::StorageProof;

pub mod block_validation;
pub mod offline_tracker;
pub mod error;
pub mod block_import;
mod select_chain;
Expand Down
137 changes: 0 additions & 137 deletions primitives/consensus/common/src/offline_tracker.rs

This file was deleted.

0 comments on commit e294b9e

Please sign in to comment.