From f1ae5b1795d71600709ef7ac7a7a9661f4c5d8f5 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Sat, 8 Dec 2018 22:51:09 -0700 Subject: [PATCH] Fix warnings --- src/lib.rs | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 06aaf8dbca..7b3dbd2ca8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -74,59 +74,28 @@ pub mod vote_stage; pub mod wallet; pub mod window; pub mod window_service; -use bincode; -use bs58; - - - - - - -use elf; #[cfg(test)] #[cfg(any(feature = "chacha", feature = "cuda"))] #[macro_use] extern crate hex_literal; - - - #[macro_use] extern crate log; -use pnet_datalink; - -use reqwest; - -use rocksdb; - #[macro_use] extern crate serde_derive; #[macro_use] extern crate serde_json; - - - use solana_jsonrpc_core as jsonrpc_core; use solana_jsonrpc_http_server as jsonrpc_http_server; -use solana_system_program; #[macro_use] extern crate solana_jsonrpc_macros as jsonrpc_macros; use solana_jsonrpc_pubsub as jsonrpc_pubsub; use solana_jsonrpc_ws_server as jsonrpc_ws_server; -use solana_metrics; -use solana_native_loader; - - - - -use untrusted; #[cfg(test)] #[macro_use] extern crate matches; -use rand; -