1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00

Remove test code

This commit is contained in:
duncanspumpkin
2017-02-23 20:18:34 +00:00
parent 3bb7398649
commit 7c17cef89c

View File

@@ -57,7 +57,6 @@ void SawyerChunkReader::SkipChunk()
std::shared_ptr<SawyerChunk> SawyerChunkReader::ReadChunk()
{
Guard::Assert(false, "Test");
uint64 originalPosition = _stream->GetPosition();
try
{