remove invalid assert

This commit is contained in:
arvidn 2018-11-28 10:46:40 +01:00 committed by Arvid Norberg
parent 1b2832e018
commit 4e2f013704
1 changed files with 0 additions and 1 deletions

View File

@ -5325,7 +5325,6 @@ namespace libtorrent {
return;
}
TORRENT_ASSERT(buffer.get() == nullptr);
write_dont_have(r.piece);
write_reject_request(r);
if (t->alerts().should_post<file_error_alert>())