Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/60795


Change subject: Removed unused updateCategoryCounts() from LinksDeletionUpdate.
......................................................................

Removed unused updateCategoryCounts() from LinksDeletionUpdate.

Change-Id: I3e51d647e5033848a87fc730f9691881cd194b1e
---
M includes/LinksUpdate.php
1 file changed, 0 insertions(+), 12 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/95/60795/1

diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php
index 8c6d762..7a7bd2e 100644
--- a/includes/LinksUpdate.php
+++ b/includes/LinksUpdate.php
@@ -881,16 +881,4 @@
                                __METHOD__ );
                }
        }
-
-       /**
-        * Update all the appropriate counts in the category table.
-        * @param array $added associative array of category name => sort key
-        * @param array $deleted associative array of category name => sort key
-        */
-       function updateCategoryCounts( $added, $deleted ) {
-               $a = WikiPage::factory( $this->mTitle );
-               $a->updateCategoryCounts(
-                       array_keys( $added ), array_keys( $deleted )
-               );
-       }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/60795
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3e51d647e5033848a87fc730f9691881cd194b1e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to