From c3ad3a1256ba7169b87eb495fee905af5c5eb2ea Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 19 Sep 2017 16:58:03 +0200 Subject: [PATCH] Remove unused import --- bin/core/imag-tag/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/core/imag-tag/src/main.rs b/bin/core/imag-tag/src/main.rs index de9bc0f7..55485a36 100644 --- a/bin/core/imag-tag/src/main.rs +++ b/bin/core/imag-tag/src/main.rs @@ -48,7 +48,6 @@ use libimagrt::setup::generate_runtime_setup; use libimagentrytag::tagable::Tagable; use libimagentrytag::tag::Tag; use libimagerror::trace::{trace_error, trace_error_exit}; -use libimagerror::trace::MapErrTrace; use libimagstore::storeid::StoreId; use libimagutil::warn_exit::warn_exit;