diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-01-29 12:56:12 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-01-31 11:02:48 +0100 |
| commit | c09307718470851d0f2ec1a3194f2e7a699e2248 (patch) | |
| tree | d170391a09dd098e0a521031d446571a37319fa3 | |
| parent | 21d1883687ed32f5abe60de062eb83ae31f97163 (diff) | |
| download | mullvadvpn-c09307718470851d0f2ec1a3194f2e7a699e2248.tar.xz mullvadvpn-c09307718470851d0f2ec1a3194f2e7a699e2248.zip | |
Remove unused error variant
| -rw-r--r-- | talpid-core/src/tunnel/mod.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/talpid-core/src/tunnel/mod.rs b/talpid-core/src/tunnel/mod.rs index 3d953e965a..796a327193 100644 --- a/talpid-core/src/tunnel/mod.rs +++ b/talpid-core/src/tunnel/mod.rs @@ -27,11 +27,6 @@ pub enum Error { #[error(display = "Can't enable IPv6 on tunnel interface because IPv6 is disabled")] EnableIpv6Error, - /// Failure in Windows syscall. - #[cfg(windows)] - #[error(display = "Failure in Windows syscall")] - WinnetError(#[error(source)] talpid_routing::Error), - /// Running on an operating system which is not supported yet. #[error(display = "Tunnel type not supported on this operating system")] UnsupportedPlatform, |
