mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-28 00:50:28 +00:00
Remove some more unused globals/variables
This commit is contained in:
parent
5df9b1cc11
commit
b40ba3d1c3
|
@ -14,7 +14,6 @@ require_once( 'SpamBlacklist_body.php' );
|
|||
*/
|
||||
function cleanupArticle( $rev, $regexes, $match ) {
|
||||
$title = $rev->getTitle();
|
||||
$reverted = false;
|
||||
$revId = $rev->getId();
|
||||
while ( $rev ) {
|
||||
$matches = false;
|
||||
|
|
Loading…
Reference in a new issue