aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_kernel.h')
-rw-r--r--src/rt/rust_kernel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rt/rust_kernel.h b/src/rt/rust_kernel.h
index 6607bdbc..f85d55ac 100644
--- a/src/rt/rust_kernel.h
+++ b/src/rt/rust_kernel.h
@@ -75,8 +75,6 @@ public:
* live on after their associated domain has died. This way we can safely
* communicate with domains that may have died.
*
- * Although the message_queues list is synchronized, each individual
- * message queue is lock free.
*/
indexed_list<rust_message_queue> message_queues;