summaryrefslogtreecommitdiffstats
path: root/tokio/src/task/harness.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/task/harness.rs')
-rw-r--r--tokio/src/task/harness.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/tokio/src/task/harness.rs b/tokio/src/task/harness.rs
index 0aa9faee..6e455507 100644
--- a/tokio/src/task/harness.rs
+++ b/tokio/src/task/harness.rs
@@ -300,10 +300,6 @@ where
self.drop_waker();
}
- pub(super) fn wake_by_local_ref(&self) {
- self.wake_by_ref();
- }
-
pub(super) fn wake_by_ref(&self) {
if self.header().state.transition_to_notified() {
unsafe {