Skip to content

Commit

Permalink
Remove unwanted windows check
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist committed May 30, 2021
1 parent 0a86d3d commit 13eed1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ fn run(
signal_hook::flag::register(signal_hook::consts::SIGHUP, Arc::clone(&signal_reload))?;

loop {
#[cfg(not(target_os = "windows"))]
if signal_reload.load(Ordering::Relaxed) {
debug!("Reloading configuration...");
signal_reload.store(false, Ordering::Relaxed);
Expand Down

0 comments on commit 13eed1e

Please sign in to comment.