mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[core] Remove assert for chunkSize which can be 0 now
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -114,7 +114,6 @@ int64_t ChunksDownloadStrategy::LoadOrInitChunks(string const & fName, int64_t f
|
|||||||
int64_t chunkSize)
|
int64_t chunkSize)
|
||||||
{
|
{
|
||||||
ASSERT ( fileSize > 0, () );
|
ASSERT ( fileSize > 0, () );
|
||||||
ASSERT ( chunkSize > 0, () );
|
|
||||||
|
|
||||||
if (Platform::IsFileExistsByFullPath(fName))
|
if (Platform::IsFileExistsByFullPath(fName))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user