mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Removed unneeded value sets.
This commit is contained in:
@@ -249,7 +249,6 @@ namespace DiscImageChef.Filesystems
|
||||
{ rootMs.Write(tmp, 0, tmp.Length); }
|
||||
|
||||
byte[] root_dir = rootMs.ToArray();
|
||||
rootMs = null;
|
||||
bool valid_root_dir = true;
|
||||
|
||||
// Iterate all root directory
|
||||
@@ -612,7 +611,6 @@ namespace DiscImageChef.Filesystems
|
||||
{ rootMs.Write(tmp, 0, tmp.Length); }
|
||||
|
||||
byte[] root_dir = rootMs.ToArray();
|
||||
rootMs = null;
|
||||
bool valid_root_dir = true;
|
||||
|
||||
// Iterate all root directory
|
||||
@@ -1313,7 +1311,6 @@ namespace DiscImageChef.Filesystems
|
||||
{ rootMs.Write(tmp, 0, tmp.Length); }
|
||||
|
||||
root_directory = rootMs.ToArray();
|
||||
rootMs = null;
|
||||
}
|
||||
|
||||
for(int i = 0; i < root_directory.Length; i += 32)
|
||||
|
||||
Reference in New Issue
Block a user