From 99285278591a64632347927631c4317760c7f94f Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Mon, 1 Jul 2024 14:44:20 -0700 Subject: [PATCH] undo merge accident --- nexus/src/app/background/driver.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nexus/src/app/background/driver.rs b/nexus/src/app/background/driver.rs index 48a9ec7eb1..8ea4459a8a 100644 --- a/nexus/src/app/background/driver.rs +++ b/nexus/src/app/background/driver.rs @@ -151,11 +151,6 @@ impl Driver { // This just provides the handles we need to read status and wake up the // tokio task. let task = Task { - description, - period, - status: status_rx, - tokio_task, - activator: activator.clone(), description: taskdef.description.to_string(), period: taskdef.period, status: status_rx,