Remove set_alarm in std executor
This commit is contained in:
parent
c8a79c151a
commit
dc8240229b
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user