Skip to content

Commit 3b4d04e

Browse files
committed
Remove these unnecessary things here
1 parent accc603 commit 3b4d04e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/dma/tx/f_series_desc.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,3 @@ impl TxDescriptor {
182182
self.cached_timestamp.as_ref()
183183
}
184184
}
185-
186-
impl TxDescriptor {
187-
/// The initial value for a TxDescriptor
188-
pub const TX_INIT: Self = Self::new();
189-
190-
pub(crate) fn prepare_packet(&mut self) -> bool {
191-
!self.is_owned()
192-
}
193-
}

0 commit comments

Comments
 (0)