summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-daemon/src/migrations/v9.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mullvad-daemon/src/migrations/v9.rs b/mullvad-daemon/src/migrations/v9.rs
index a3bb045d03..7662d57cbc 100644
--- a/mullvad-daemon/src/migrations/v9.rs
+++ b/mullvad-daemon/src/migrations/v9.rs
@@ -45,7 +45,6 @@ const SPLIT_TUNNELING_STATE: &str = "split-tunnelling-enabled.txt";
/// This `migrate` function needs to get passed a `settings_dir` to work on Android. This is
/// because the Android client will pass the settings directory when initializing the daemon,
/// which means that we can not know ahead of time where the settings are stored.
-#[allow(unused_variables)]
pub fn migrate(
settings: &mut serde_json::Value,
#[cfg(target_os = "android")] directories: Option<Directories<'_>>,