This commit is contained in:
Carl Lerche
2023-06-26 18:19:56 +00:00
parent 880ae378bc
commit 8c2fcf727d
-1
View File
@@ -53,7 +53,6 @@ cfg_not_has_atomic_u64! {
}
}
#[repr(align(128))]
pub(crate) struct OwnedTasks<S: 'static> {
inner: Mutex<CountedOwnedTasksInner<S>>,
id: u64,