aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/mod.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/utils/mod.rs b/src/utils/mod.rs
index 4902bd3a..acd37b20 100644
--- a/src/utils/mod.rs
+++ b/src/utils/mod.rs
@@ -20,10 +20,6 @@ pub mod watcher;
pub static IS_SYSTEMD_SERVICE: AtomicBool = AtomicBool::new(false);
-pub fn clone2<T: Clone, U: Clone>(t: (&T, &U)) -> (T, U) {
- (t.0.clone(), t.1.clone())
-}
-
pub fn version() -> String {
format!(
"{} ({})",