Fix compiler warnings (#2579)
This commit is contained in:
committed by
Ignotus Peverell
parent
271042c3b0
commit
049a0cd128
@@ -13,8 +13,6 @@
|
||||
// limitations under the License.
|
||||
|
||||
/// Grin server commands processing
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
use std::env::current_dir;
|
||||
use std::process::exit;
|
||||
use std::sync::atomic::{AtomicBool, Ordering};
|
||||
use std::sync::Arc;
|
||||
|
||||
Reference in New Issue
Block a user