From 283dad7410317be085458b9a1701c34cc224fdfc Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Mon, 4 Dec 2023 13:34:52 -0500 Subject: [PATCH] fix compiler warning on illumos --- wicketd/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/wicketd/src/lib.rs b/wicketd/src/lib.rs index 146ae5f616..32188d77de 100644 --- a/wicketd/src/lib.rs +++ b/wicketd/src/lib.rs @@ -72,7 +72,6 @@ pub struct SmfConfigValues { impl SmfConfigValues { #[cfg(target_os = "illumos")] pub fn read_current() -> Result { - use anyhow::Context; use illumos_utils::scf::ScfHandle; const CONFIG_PG: &str = "config";