diff options
| -rw-r--r-- | embassy-std/src/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/embassy-std/src/lib.rs b/embassy-std/src/lib.rs index 009ba028d..aabbe2373 100644 --- a/embassy-std/src/lib.rs +++ b/embassy-std/src/lib.rs | |||
| @@ -111,10 +111,6 @@ impl Executor { | |||
| 111 | } | 111 | } |
| 112 | } | 112 | } |
| 113 | 113 | ||
| 114 | pub fn set_alarm(&mut self, alarm: &'static dyn Alarm) { | ||
| 115 | self.inner.set_alarm(alarm); | ||
| 116 | } | ||
| 117 | |||
| 118 | /// Runs the executor. | 114 | /// Runs the executor. |
| 119 | /// | 115 | /// |
| 120 | /// This function never returns. | 116 | /// This function never returns. |
