From b0630d1b305061cb271d1a3d246dbd2de5663551 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 1 Oct 2015 17:28:51 -0700 Subject: [PATCH] Remove redundant ApiQuery::shouldCheckMaxlag * Parent version already returns true Change-Id: I118d59492b8dadd3c7128d2c74f6d37216206d0a --- includes/api/ApiQuery.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index 69ddd9dca0..3609a11909 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -604,10 +604,6 @@ class ApiQuery extends ApiBase { return implode( "\n", $moduleDescriptions ); } - public function shouldCheckMaxlag() { - return true; - } - protected function getExamplesMessages() { return array( 'action=query&prop=revisions&meta=siteinfo&' . -- 2.20.1