Remove set_alarm in std executor

This commit is contained in:
Dario Nieuwenhuis 2021-02-03 04:37:05 +01:00
parent c8a79c151a
commit dc8240229b

View file

@ -111,10 +111,6 @@ impl Executor {
} }
} }
pub fn set_alarm(&mut self, alarm: &'static dyn Alarm) {
self.inner.set_alarm(alarm);
}
/// Runs the executor. /// Runs the executor.
/// ///
/// This function never returns. /// This function never returns.