summaryrefslogtreecommitdiffstats
path: root/crates/core/tedge/src/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/core/tedge/src/command.rs')
-rw-r--r--crates/core/tedge/src/command.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/core/tedge/src/command.rs b/crates/core/tedge/src/command.rs
index 0ad255f5..759afa4f 100644
--- a/crates/core/tedge/src/command.rs
+++ b/crates/core/tedge/src/command.rs
@@ -1,5 +1,3 @@
-use tedge_users::UserManager;
-
/// A trait to be implemented by all tedge sub-commands.
///
/// A command encapsulates all the required parameters and provides an `execute()` method
@@ -150,5 +148,4 @@ pub trait BuildCommand {
pub struct BuildContext {
pub config_repository: tedge_config::TEdgeConfigRepository,
pub config_location: tedge_config::TEdgeConfigLocation,
- pub user_manager: UserManager,
}