summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2023-09-08 15:21:36 +0200
committerDavid Lönnhager <david.l@mullvad.net>2023-09-11 16:40:37 +0200
commit717256a5e4e53fab0f503a7b454ee3a0f9e10b9d (patch)
tree99eaa1cc54d86c3781545a53b94f2d01e3c26164
parent18ef09d13f99d69548ee787e73afb0aa63e54fc3 (diff)
downloadmullvadvpn-717256a5e4e53fab0f503a7b454ee3a0f9e10b9d.tar.xz
mullvadvpn-717256a5e4e53fab0f503a7b454ee3a0f9e10b9d.zip
Remove TODO about adding features we don't need
-rw-r--r--mullvad-daemon/src/migrations/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mullvad-daemon/src/migrations/mod.rs b/mullvad-daemon/src/migrations/mod.rs
index 69d384956c..8624677f06 100644
--- a/mullvad-daemon/src/migrations/mod.rs
+++ b/mullvad-daemon/src/migrations/mod.rs
@@ -369,8 +369,6 @@ mod windows {
pub fn owner(&self) -> Option<&SID> {
unsafe { (self.owner as *const SID).as_ref() }
}
-
- // TODO: Can be expanded with `group()`, `dacl()`, and `sacl()`.
}
impl Drop for SecurityInformation {