Remove useless var in SchemaIterator::_iterate_files() and update module in tools.

This commit is contained in:
Daniel Nichter
2012-04-03 12:21:15 -06:00
parent 11bfeba0ea
commit 97b1209116
5 changed files with 4 additions and 6 deletions

View File

@@ -4056,7 +4056,7 @@ sub next {
}
sub _iterate_files {
my ( $self ) = @_;
my ( $self ) = @_;
if ( !$self->{fh} ) {
my ($fh, $file) = $self->{file_itr}->();