Skip to content

Commit

Permalink
Update big_jobs.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GlazerMann authored Jan 27, 2024
1 parent d192bc6 commit a8802cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions big_jobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ function big_jobs_name() : string { // NEVER save this string. Always use this f

/** @param resource $lock_file **/
function big_jobs_we_died($lock_file) : void {
HandleCache::free_memory();
AdsAbsControl::free_memory();
@fclose($lock_file);
hard_unlink(big_jobs_name());
}
Expand Down

0 comments on commit a8802cc

Please sign in to comment.