Remove unused variables and imports after cherry-picking from master

This commit is contained in:
Pankaj Garg
2018-09-19 18:30:37 +00:00
parent 9b66d4d363
commit d794fee66f
2 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,7 @@
//! The resulting stream of entries represents ordered transactions in time.
use bank::Bank;
use counter::Counter;
use entry::Entry;
use log::Level;
use recorder::Recorder;
use service::Service;
use std::sync::mpsc::{channel, Receiver, RecvError, Sender, TryRecvError};
@ -96,7 +94,6 @@ impl RecordStage {
}
}
let entries_len = entries.len();
sender.send(entries).or(Err(()))?;
Ok(())
}

0
src/tpu.rs Executable file → Normal file
View File