mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Removed unneeded value sets.
This commit is contained in:
@@ -198,7 +198,7 @@ namespace DiscImageChef.DiscImages
|
||||
calculatedChk = 0;
|
||||
stream.Seek(0, SeekOrigin.Begin);
|
||||
|
||||
int b = 0;
|
||||
int b;
|
||||
do
|
||||
{
|
||||
b = stream.ReadByte();
|
||||
|
||||
Reference in New Issue
Block a user