Skip to content

Commit

Permalink
fix compiler warning on illumos
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Dec 4, 2023
1 parent 01fe39e commit 283dad7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wicketd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ pub struct SmfConfigValues {
impl SmfConfigValues {
#[cfg(target_os = "illumos")]
pub fn read_current() -> Result<Self> {
use anyhow::Context;
use illumos_utils::scf::ScfHandle;

const CONFIG_PG: &str = "config";
Expand Down

0 comments on commit 283dad7

Please sign in to comment.