Remove commented-out syscalls and SigState.rtqs

This commit is contained in:
4lDO2
2025-03-31 10:32:56 +02:00
parent cb1a838f05
commit e002d0be33
3 changed files with 0 additions and 14 deletions
-2
View File
@@ -144,8 +144,6 @@ pub struct SignalState {
/// Offset within the control pages of respective word-aligned structs.
pub threadctl_off: u16,
pub procctl_off: u16,
pub rtqs: Vec<VecDeque<RtSigInfo>>,
}
impl Context {