CompressBatchedTask: remove useless code causing build failure

assuming that pthreads does not have leak issues, this code is pointless, and if pthreads does have leak issues, this may not prevent them anyway.
This commit is contained in:
Dylan K. Taylor 2020-01-09 14:19:35 +00:00
parent 1eedac87b2
commit e1e1bfa5e3

View File

@ -48,7 +48,6 @@ class CompressBatchedTask extends AsyncTask{
public function onRun(){
$batch = new BatchPacket();
$batch->payload = $this->data;
$this->data = null;
$batch->setCompressionLevel($this->level);
$batch->encode();