Remove SchedClassifierLink description

It was redundant with the one provided in define_link_wrapper

Signed-off-by: Andre Fredette <afredette@redhat.com>
pull/445/head
Andre Fredette 2 years ago
parent 2972d462a5
commit 6766532341

@ -228,7 +228,6 @@ define_link_wrapper!(
TcLinkId TcLinkId
); );
/// [`SchedClassifierLink`] is the link type used by [`SchedClassifier`] programs.
impl SchedClassifierLink { impl SchedClassifierLink {
/// This API is used to construct a [`SchedClassifierLink`] where the `if_name`, `attach_type`, /// This API is used to construct a [`SchedClassifierLink`] where the `if_name`, `attach_type`,
/// `priority` and `handle` are already known. This may have been found from a link created by /// `priority` and `handle` are already known. This may have been found from a link created by

Loading…
Cancel
Save