Skip to content

Commit

Permalink
Remove the one piece of developer POD
Browse files Browse the repository at this point in the history
Its position in the POD implies that "Next" is a UTILITY
  • Loading branch information
alexmv committed Dec 18, 2014
1 parent 97f7af1 commit c1b7a7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions README
Expand Up @@ -77,9 +77,6 @@ UTILITIES
cleans up attributes if the merged-into user record is now gone. These
users will then be converted back to regular unmerged users.

Next
This custom iterator makes sure that duplicate users are never shown in
search results.

AUTHOR
Alex Vandiver <alexmv@bestpractical.com>
Expand Down
6 changes: 0 additions & 6 deletions lib/RT/Extension/MergeUsers.pm
Expand Up @@ -401,12 +401,6 @@ sub NameAndEmail {
package RT::Users;
use RT::Users;

=head2 Next
This custom iterator makes sure that duplicate users are never shown in search results.
=cut

sub Next {
my $self = shift;

Expand Down

0 comments on commit c1b7a7f

Please sign in to comment.