Remove debug abort() left in by accident

This commit is contained in:
Brian Koropoff 2017-10-01 13:10:24 -07:00
parent 8b4fd58f17
commit 96c3d6cc1d

View File

@ -346,7 +346,6 @@ ssize_t chdstream_read(chdstream_t *stream, void *data, size_t bytes)
if (!chdstream_load_hunk(stream, hunk))
{
abort();
return -1;
}
memcpy(out + data_offset,