Meta issue: #2205673: [meta] Remove all @deprecated functions marked "remove before 8.0"

Only the function exists, the usage of the function is already removed.

[ashish@xeon:~/proj/self/d8/data/drupal8]$grep _update_process_fetch_task -r *
core/modules/update/update.fetch.inc:function _update_process_fetch_task($project) {
[ashish@xeon:~/proj/self/d8/data/drupal8]$
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

a_thakur’s picture

Status: Active » Needs review
FileSize
1.08 KB

Please find the attached patch.

a_thakur’s picture

Is this good enough to be RTBCed?

star-szr’s picture

Title: Remove _update_process_fetch_task($project) » Remove _update_process_fetch_task()
Status: Needs review » Reviewed & tested by the community

Seems okay to me, I grepped and this function is not called.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.0.x, thanks!

  • catch committed f34be6f on 8.0.x
    Issue #2306439 by a_thakur: Remove _update_process_fetch_task().
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.