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