about summary refs log tree commit diff
path: root/src/rt/rust_task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_task.cpp')
-rw-r--r--src/rt/rust_task.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp
index 28ca9787880..d6c981b9df2 100644
--- a/src/rt/rust_task.cpp
+++ b/src/rt/rust_task.cpp
@@ -269,11 +269,6 @@ rust_task::grow(size_t n_frame_bytes)
 
 }
 
-void
-rust_task::yield() {
-    yield(0);
-}
-
 // Only run this on the rust stack
 void
 rust_task::yield(size_t time_in_us) {