mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 09:43:09 +00:00
Remove useless var in SchemaIterator::_iterate_files() and update module in tools.
This commit is contained in:
@@ -4056,7 +4056,7 @@ sub next {
|
||||
}
|
||||
|
||||
sub _iterate_files {
|
||||
my ( $self ) = @_;
|
||||
my ( $self ) = @_;
|
||||
|
||||
if ( !$self->{fh} ) {
|
||||
my ($fh, $file) = $self->{file_itr}->();
|
||||
|
Reference in New Issue
Block a user