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:
@@ -337,7 +337,7 @@ namespace DiscImageChef.Filesystems
|
||||
|
||||
if(nvlist == null || nvlist.Length < 16) return false;
|
||||
|
||||
int offset = 0;
|
||||
int offset;
|
||||
if(!xdr) return false;
|
||||
|
||||
BigEndianBitConverter.IsLittleEndian = littleEndian;
|
||||
|
||||
Reference in New Issue
Block a user