MDL-42905 Backup progress: Pointless line of code should be deleted

This commit is contained in:
sam marshall 2013-11-14 11:52:52 +00:00
parent 9524fc754d
commit 8f46e2a808

View File

@ -115,7 +115,6 @@ abstract class core_backup_progress {
$this->currents[] = 0;
$this->parentcounts[] = $parentcount;
$this->update_progress();
$lastprogresstime = $this->get_time();
}
/**