From 09e882769f0051e614761f7211f389f737c6f11e Mon Sep 17 00:00:00 2001 From: Pat Somaru Date: Tue, 28 Jan 2025 18:40:51 -0500 Subject: [PATCH] fix typo in docs --- scheds/rust/scx_layered/src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/scheds/rust/scx_layered/src/main.rs b/scheds/rust/scx_layered/src/main.rs index 738b1313a..3895372ed 100644 --- a/scheds/rust/scx_layered/src/main.rs +++ b/scheds/rust/scx_layered/src/main.rs @@ -306,9 +306,6 @@ static NVML_CELL: once_cell::sync::OnceCell = once_cell::sync::OnceCell::n /// - UsedGpu: Bool. When true, matches if the task has ever used a gpu /// as of the last time NVML was polled. When false, inverted. /// -/// - IsGroupLeader: Bool. When true, matches if the task has, since scheduler -/// start, used a GPU. When false, inverted. -/// /// While there are complexity limitations as the matches are performed in /// BPF, it is straightforward to add more types of matches. ///