diff --git a/src/accountant_stub.rs b/src/accountant_stub.rs index e912263b5..451d8ee24 100644 --- a/src/accountant_stub.rs +++ b/src/accountant_stub.rs @@ -4,7 +4,6 @@ use accountant_skel::{Request, Response}; use bincode::{deserialize, serialize}; -use entry::Entry; use hash::Hash; use signature::{KeyPair, PublicKey, Signature}; use std::io;