We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b9a63 commit 515d62fCopy full SHA for 515d62f
mullvad-paths/src/lib.rs
@@ -26,10 +26,6 @@ pub enum Error {
26
#[cfg(windows)]
27
#[error("Failed to create security attributes")]
28
GetSecurityAttributes(#[source] io::Error),
29
-
30
- #[cfg(all(windows, feature = "deduce-system-service"))]
31
- #[error("Failed to deduce system service directory")]
32
- FailedToFindSystemServiceDir(#[source] io::Error),
33
}
34
35
#[cfg(any(target_os = "linux", target_os = "macos"))]
0 commit comments