Fix compiler warnings: remove unused imports and dead code

- Remove unused NAL_SLICE and NAL_SEI constants from h264 parser
- Remove unused aacs import from Disc::scan()
This commit is contained in:
MattJackson
2026-04-10 08:21:55 -07:00
parent 70c75ca374
commit 01d26c8e33
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -480,8 +480,6 @@ impl Disc {
/// The session must be open and unlocked (DriveSession::open handles this).
/// All disc reads use standard READ(10) via UDF -- no vendor SCSI commands.
pub fn scan(session: &mut DriveSession, opts: &ScanOptions) -> Result<Self> {
use crate::aacs::{self, KeyDb};
// 1. Capacity
let capacity = Self::read_capacity(session)?;