maintenance: Remove reference to removed populateCategory.php

Removed in 0dacf7d68d

Follow-Up: Id7fc111b71e8ee9a37a3e2e56849ac5afeea9f9d
Change-Id: I6f317785e2698d16f9dc944ef0f0c6fff78e7229
This commit is contained in:
Umherirrender 2024-03-21 21:32:43 +01:00
parent 74a01cd6c0
commit abffe0154f

View file

@ -27,10 +27,6 @@ require_once __DIR__ . '/Maintenance.php';
* Maintenance script that refreshes category membership counts in the category
* table.
*
* (The populateCategory.php script will also recalculate counts, but
* recountCategories only updates rows that need to be updated, making it more
* efficient.)
*
* @ingroup Maintenance
*/
class RecountCategories extends Maintenance {