mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-02-04 05:36:12 +00:00
Remove erroneous duplicate code
This commit is contained in:
@@ -175,9 +175,6 @@ namespace SabreTools.Serialization.Wrappers
|
||||
currentOffset += bytesToRead;
|
||||
bytesLeft -= bytesToRead;
|
||||
}
|
||||
|
||||
tempStream.Write(overlayData, overlayOffset, overlayData.Length - overlayOffset);
|
||||
tempStream.Flush();
|
||||
}
|
||||
|
||||
// Otherwise, read from the cached data
|
||||
|
||||
@@ -236,9 +236,6 @@ namespace SabreTools.Serialization.Wrappers
|
||||
currentOffset += bytesToRead;
|
||||
bytesLeft -= bytesToRead;
|
||||
}
|
||||
|
||||
tempStream.Write(overlayData, overlayOffset, overlayData.Length - overlayOffset);
|
||||
tempStream.Flush();
|
||||
}
|
||||
|
||||
// Otherwise, read from the cached data
|
||||
|
||||
Reference in New Issue
Block a user