From eeaa0793ac4c618bbcaddf56839cade7b40af22f Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Sat, 18 Aug 2012 21:15:42 +0000 Subject: [PATCH] Forgot to remove some code git-svn-id: svn://10.0.0.236/trunk@264151 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/Bugzilla/WebService/User.pm | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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),