Remove unused Stats c-tor

This commit is contained in:
Roman Zeyde 2018-05-23 20:50:09 +03:00
parent 38bb8411e1
commit 77573fdd19
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -59,12 +59,6 @@ pub struct Stats {
entry: MempoolEntry, entry: MempoolEntry,
} }
impl Stats {
pub fn new(tx: Transaction, entry: MempoolEntry) -> Stats {
Stats { tx, entry }
}
}
pub struct Tracker { pub struct Tracker {
stats: HashMap<Sha256dHash, Stats>, stats: HashMap<Sha256dHash, Stats>,
index: MempoolStore, index: MempoolStore,