Skip to content

Commit

Permalink
Minor changes & cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Dec 2, 2024
1 parent 1e44f23 commit 73eebfe
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 80 deletions.
26 changes: 0 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions nod/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ openssl-vendored = ["openssl", "openssl/vendored"]
adler = { version = "1.0", optional = true }
aes = "0.9.0-pre.2"
base16ct = "0.2"
bit-set = "0.8"
bytes = "1.8"
bzip2 = { version = "0.4", features = ["static"], optional = true }
cbc = "0.2.0-pre.2"
Expand All @@ -42,7 +41,6 @@ liblzma = { version = "0.3", features = ["static"], optional = true }
liblzma-sys = { version = "0.3", features = ["static"], optional = true }
lru = "0.12"
md-5 = { workspace = true }
memmap2 = "0.9"
miniz_oxide = { version = "0.8", optional = true }
openssl = { version = "0.10", optional = true }
polonius-the-crab = "0.4"
Expand Down
51 changes: 0 additions & 51 deletions nod/src/io/mapped.rs

This file was deleted.

1 change: 0 additions & 1 deletion nod/src/io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pub(crate) mod ciso;
#[cfg(feature = "compress-zlib")]
pub(crate) mod gcz;
pub(crate) mod iso;
pub(crate) mod mapped;
pub(crate) mod nfs;
pub(crate) mod nkit;
pub(crate) mod split;
Expand Down
1 change: 1 addition & 0 deletions nod/src/io/wia.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,7 @@ impl DiscWriterWIA {

let mut partitions = <[WIAPartition]>::new_box_zeroed_with_elems(num_partitions as usize)?;
let mut raw_data = <[WIARawData]>::new_box_zeroed_with_elems(num_raw_data as usize)?;
raw_data[0].raw_data_offset = (DISC_HEAD_SIZE as u64).into();

let mut raw_data_idx = 0;
let mut group_idx = 0;
Expand Down

0 comments on commit 73eebfe

Please sign in to comment.