From 4ef46d000662fb7154f2edf6fc249c2913347e48 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 18 Aug 2010 20:34:42 +0000 Subject: [PATCH] Followup to r68338, remove useless code (row is overwritten by loop) --- includes/api/ApiQueryAllUsers.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/api/ApiQueryAllUsers.php b/includes/api/ApiQueryAllUsers.php index d58585a926..a41f2a97d7 100644 --- a/includes/api/ApiQueryAllUsers.php +++ b/includes/api/ApiQueryAllUsers.php @@ -132,7 +132,6 @@ class ApiQueryAllUsers extends ApiQueryBase { // The setContinue... is more complex because of this, and takes into account the higher sql limit // to make sure all rows that belong to the same user are received. - $row = $db->fetchObject( $res ); foreach ( $res as $row ) { $count++; -- 2.20.1