about summary refs log tree commit diff
path: root/src/rt/rust_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_task.h')
-rw-r--r--src/rt/rust_task.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h
index c9bd9e9d3a9..07ebfb9c50a 100644
--- a/src/rt/rust_task.h
+++ b/src/rt/rust_task.h
@@ -98,10 +98,6 @@ rust_task : public kernel_owned<rust_task>, rust_cond
     // that location before waking us up.
     uintptr_t* rendezvous_ptr;
 
-    // This flag indicates that a worker is either currently running the task
-    // or is about to run this task.
-    int running_on;
-
     memory_region local_region;
     boxed_region boxed;