summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tokio/src/sync/watch.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tokio/src/sync/watch.rs b/tokio/src/sync/watch.rs
index ba609a8c..13033d9e 100644
--- a/tokio/src/sync/watch.rs
+++ b/tokio/src/sync/watch.rs
@@ -338,7 +338,6 @@ impl<T> Sender<T> {
// Notify all watchers
notify_all(&*shared);
- // Return the old value
Ok(())
}