From fe93b15af4443c2ff37260e8672fb9f8d639f48d Mon Sep 17 00:00:00 2001 From: lovasoa Date: Mon, 1 Jan 2024 20:17:06 +0100 Subject: [PATCH] remove unused variable --- build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/build.rs b/build.rs index 6033732..01fc943 100644 --- a/build.rs +++ b/build.rs @@ -66,7 +66,6 @@ fn build() -> bool { let target = env::var("TARGET").unwrap(); let apple = target.contains("apple"); - let windows = target.contains("windows"); let linux = target.contains("linux"); if apple { println!("cargo:rustc-link-lib=dylib=c++");