aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/dependency_resolver/operation/operation_interface.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/dependency_resolver/operation/operation_interface.rs')
-rw-r--r--crates/shirabe/src/dependency_resolver/operation/operation_interface.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/shirabe/src/dependency_resolver/operation/operation_interface.rs b/crates/shirabe/src/dependency_resolver/operation/operation_interface.rs
index 3c24ff4..51b150c 100644
--- a/crates/shirabe/src/dependency_resolver/operation/operation_interface.rs
+++ b/crates/shirabe/src/dependency_resolver/operation/operation_interface.rs
@@ -13,10 +13,6 @@ pub trait OperationInterface: std::fmt::Debug {
fn to_string(&self) -> String;
- fn clone_box(&self) -> Box<dyn OperationInterface> {
- todo!()
- }
-
fn as_install_operation(&self) -> Option<&InstallOperation> {
None
}