From f339e73e20298dd8f65675fcdd2d55d001bea18f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Fri, 11 Oct 2013 23:01:57 +0200 Subject: [PATCH] SpecialWatchlist: Remove old irrelevant comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The code it was commenting has been removed in r10652 in 2005… Change-Id: I33846196c1f62800db2a37b6b03bdb47280af7d4 --- includes/specials/SpecialWatchlist.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index 6987f6fcaf..11632a38cf 100644 --- a/includes/specials/SpecialWatchlist.php +++ b/includes/specials/SpecialWatchlist.php @@ -179,14 +179,6 @@ class SpecialWatchlist extends SpecialPage { $conds[] = 'rc_timestamp > ' . $dbr->addQuotes( $dbr->timestamp( time() - intval( $values['days'] * 86400 ) ) ); } - # If the watchlist is relatively short, it's simplest to zip - # down its entirety and then sort the results. - - # If it's relatively long, it may be worth our while to zip - # through the time-sorted page list checking for watched items. - - # Up estimate of watched items by 15% to compensate for talk pages... - # Toggles if ( $values['hideOwn'] ) { $conds[] = 'rc_user != ' . $user->getId(); -- 2.20.1