From 9463fe863135b1665424aeb212a1130fde4491f3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 1 Jun 2023 19:36:05 +0300 Subject: chore: drop now-unused step for sleeping for a second This was always a kludge, and we no longer use it anywhere, so offski with it. May it never return! Nac Mac Feegle! The Wee Free Men! Nae sleep! Nae wait! We willna' be slowed again! Sponsored-by: author --- subplotlib/subplot-rust-support.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'subplotlib') diff --git a/subplotlib/subplot-rust-support.rs b/subplotlib/subplot-rust-support.rs index 95dc3f5..b502e7a 100644 --- a/subplotlib/subplot-rust-support.rs +++ b/subplotlib/subplot-rust-support.rs @@ -178,11 +178,6 @@ fn file_ends_in_two_newlines(context: &Datadir, filename: &str) { } } -#[step] -fn sleep_seconds(_context: &Datadir, delay: u64) { - std::thread::sleep(std::time::Duration::from_secs(delay)); -} - #[step] #[context(Datadir)] #[context(Runcmd)] -- cgit v1.2.1