summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/WebService/User.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/Bugzilla/WebService/User.pm b/Bugzilla/WebService/User.pm
index ad3183d4a..05bbf90ca 100644
--- a/Bugzilla/WebService/User.pm
+++ b/Bugzilla/WebService/User.pm
@@ -204,9 +204,6 @@ sub get {
my $in_group = $self->_filter_users_by_group(
\@user_objects, $params);
- # Make the @users array bigger in advance to gain some performance.
- $#users += $#$in_group;
-
foreach my $user (@$in_group) {
my $user_info = {
id => $self->type('int', $user->id),