diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-04-12 11:30:32 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-04-12 12:26:05 +0200 |
| commit | 7368e09f55f5ca033bb8242737b94caf8bd03026 (patch) | |
| tree | 0a98702fb757d96e63afea9873a26b49a03f2516 | |
| parent | 58cc81b2355bc350e1d55f23f9ea4a64f75696cc (diff) | |
| download | mullvadvpn-7368e09f55f5ca033bb8242737b94caf8bd03026.tar.xz mullvadvpn-7368e09f55f5ca033bb8242737b94caf8bd03026.zip | |
Remove superfluous fs import
| -rw-r--r-- | talpid-core/src/tunnel/openvpn.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/talpid-core/src/tunnel/openvpn.rs b/talpid-core/src/tunnel/openvpn.rs index d8c97d468a..ff2094b34e 100644 --- a/talpid-core/src/tunnel/openvpn.rs +++ b/talpid-core/src/tunnel/openvpn.rs @@ -361,8 +361,6 @@ impl<C: OpenVpnBuilder + 'static> OpenVpnMonitor<C> { fn postmortem(&mut self) -> Error { #[cfg(windows)] { - use std::fs; - if let Some(log_path) = self.log_path.take() { if let Ok(log) = fs::read_to_string(log_path) { if log.contains("There are no TAP-Windows adapters on this system") { |
