Remove set_alarm in std executor
This commit is contained in:
parent
c8a79c151a
commit
dc8240229b
1 changed files with 0 additions and 4 deletions
|
@ -111,10 +111,6 @@ impl Executor {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn set_alarm(&mut self, alarm: &'static dyn Alarm) {
|
||||
self.inner.set_alarm(alarm);
|
||||
}
|
||||
|
||||
/// Runs the executor.
|
||||
///
|
||||
/// This function never returns.
|
||||
|
|
Loading…
Reference in a new issue