mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 20:05:37 -04:00
[partition] Remove unused variables
This commit is contained in:
parent
89b1f8d96b
commit
27f6eaaf75
1 changed files with 1 additions and 2 deletions
|
@ -110,7 +110,7 @@ updatePreview( Job* job, const std::true_type& )
|
|||
|
||||
template < typename Job >
|
||||
void
|
||||
updatePreview( Job* job, const std::false_type& )
|
||||
updatePreview( Job*, const std::false_type& )
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -483,7 +483,6 @@ PartitionCoreModule::deletePartition( Device* device, Partition* partition )
|
|||
}
|
||||
}
|
||||
|
||||
const Calamares::JobList& jobs = deviceInfo->jobs();
|
||||
if ( partition->state() == KPM_PARTITION_STATE( New ) )
|
||||
{
|
||||
// Take all the SetPartFlagsJob from the list and delete them
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue