Remove stale attributes

This commit is contained in:
Andy Leiserson 2025-10-22 16:43:59 -07:00 committed by Teodor Tanasoaia
parent a60e71c765
commit c501ef68df
2 changed files with 0 additions and 3 deletions

View File

@ -40,7 +40,6 @@ pub enum ComputeCommand<R: ReferenceType> {
},
PushDebugGroup {
//#[cfg_attr(not(any(feature = "serde", feature = "replay")), allow(dead_code))]
color: u32,
len: usize,
},

View File

@ -103,13 +103,11 @@ pub enum RenderCommand<R: ReferenceType> {
family: DrawCommandFamily,
},
PushDebugGroup {
#[cfg_attr(not(any(feature = "serde", feature = "replay")), allow(dead_code))]
color: u32,
len: usize,
},
PopDebugGroup,
InsertDebugMarker {
#[cfg_attr(not(any(feature = "serde", feature = "replay")), allow(dead_code))]
color: u32,
len: usize,
},