summaryrefslogtreecommitdiffhomepage
path: root/test/test-rpc/src
diff options
context:
space:
mode:
authorSebastian Holmin <sebastian.holmin@mullvad.net>2025-01-21 13:11:13 +0100
committerSebastian Holmin <sebastian.holmin@mullvad.net>2025-01-22 13:32:12 +0100
commitdbac5529eff4160d6bc10efe44fefc56a161992f (patch)
treebee8bcc3cdb3cf97620ca8391a6a1384ae7f350f /test/test-rpc/src
parentcc69f6e3ae8098a6f2d30a507eaa6575f838e172 (diff)
downloadmullvadvpn-dbac5529eff4160d6bc10efe44fefc56a161992f.tar.xz
mullvadvpn-dbac5529eff4160d6bc10efe44fefc56a161992f.zip
Remove mullvad client version from macro
Replace `MullvadClientArgument` with `Option` Small refactor
Diffstat (limited to 'test/test-rpc/src')
-rw-r--r--test/test-rpc/src/mullvad_daemon.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test-rpc/src/mullvad_daemon.rs b/test/test-rpc/src/mullvad_daemon.rs
index e9865440b9..3a62fa7c6a 100644
--- a/test/test-rpc/src/mullvad_daemon.rs
+++ b/test/test-rpc/src/mullvad_daemon.rs
@@ -26,9 +26,3 @@ pub enum Verbosity {
Debug,
Trace,
}
-
-#[derive(Clone, Copy, Debug, PartialEq)]
-pub enum MullvadClientVersion {
- None,
- New,
-}