diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 569dd28592a..e1f4e20b037 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8350 \ No newline at end of file +8351 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/WebService/User.pm b/mozilla/webtools/bugzilla/Bugzilla/WebService/User.pm index ad3183d4a19..05bbf90ca3a 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/WebService/User.pm +++ b/mozilla/webtools/bugzilla/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),