diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index 36661905c55..547aa515b62 100644 --- a/includes/LinksUpdate.php +++ b/includes/LinksUpdate.php @@ -21,11 +21,6 @@ class LinksUpdate { /* Update link tables with outgoing links from an updated article */ /* Relies on the 'link cache' to be filled out */ - if ( $wgEnablePersistentLC ) { - // Make sure links cache is regenerated on next load - wfQuery("DELETE FROM linkscc WHERE lcc_title = '{$safeTitle}'", DB_WRITE); - } - if ( !$wgUseBetterLinksUpdate ) { $this->doDumbUpdate(); return;