From b8ae5dd7fe716c98ce57a104d64faf4cf69fdd79 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Wed, 25 Jun 2025 08:04:41 -0500 Subject: [PATCH] fix: lint warning --- src/plugins/core/erlang.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/core/erlang.rs b/src/plugins/core/erlang.rs index b4e82ada17..9fd4f942a3 100644 --- a/src/plugins/core/erlang.rs +++ b/src/plugins/core/erlang.rs @@ -325,6 +325,3 @@ const OS: &str = "win64"; #[cfg(macos)] const OS: &str = "apple-darwin"; - -#[cfg(not(any(windows, macos)))] -const OS: &str = "unknown";