Remove some dead-code annotations. (#629)

* Remove some dead-code annotations.

* More dead code removal.

* One more.

* CI fix.
This commit is contained in:
Laurent Mazare
2023-08-27 18:52:33 +01:00
committed by GitHub
parent a3f97c143d
commit 72ebb12bca
12 changed files with 5 additions and 105 deletions

View File

@ -675,7 +675,6 @@ pub struct YoloV8Pose {
head: PoseHead,
}
#[allow(unused)]
impl YoloV8Pose {
pub fn load(
vb: VarBuilder,