Forgot to remove some code

git-svn-id: svn://10.0.0.236/trunk@264151 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2012-08-18 21:15:42 +00:00
parent 168fe60268
commit eeaa0793ac
2 changed files with 1 additions and 4 deletions

View File

@@ -1 +1 @@
8350
8351

View File

@@ -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),