summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2019-11-13 14:41:53 +0000
committerOdd Stranne <odd@mullvad.net>2019-11-25 13:49:43 +0100
commitb3326556d446365862f8f2f925a42f47e8d7169d (patch)
treec0bcbbd8b88044fbcfb06df2798eb89911c378f9
parent5c070b9d5300ccbef9985d4fc5e375f3e792e5dd (diff)
downloadmullvadvpn-b3326556d446365862f8f2f925a42f47e8d7169d.tar.xz
mullvadvpn-b3326556d446365862f8f2f925a42f47e8d7169d.zip
Remove unused import of lazy_static in talpid-core
-rw-r--r--talpid-core/src/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/talpid-core/src/lib.rs b/talpid-core/src/lib.rs
index e4481ca550..cd88277d9d 100644
--- a/talpid-core/src/lib.rs
+++ b/talpid-core/src/lib.rs
@@ -62,7 +62,3 @@ mod linux;
/// A pair of functions to monitor and establish connectivity with ICMP
mod ping_monitor;
-
-#[cfg(target_os = "windows")]
-#[macro_use]
-extern crate lazy_static;