mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 02:15:44 -05:00
[partition] Remove unused variable (it is shadowed a few lines later)
This commit is contained in:
parent
a5a602c20e
commit
4bba7ed893
1 changed files with 0 additions and 2 deletions
|
@ -245,8 +245,6 @@ lookForFstabEntries( const QString& partitionPath )
|
|||
|
||||
cDebug() << "Checking device" << partitionPath << "for fstab (fs=" << r.getOutput() << ')';
|
||||
|
||||
FstabEntryList fstabEntries;
|
||||
|
||||
Calamares::Partition::TemporaryMount mount( partitionPath, QString(), mountOptions.join( ',' ) );
|
||||
if ( mount.isValid() )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue