[luksbootkeyfile] Free functions that really are static (TU-local)
This commit is contained in:
parent
b82da569d5
commit
6df3c023c8
@ -129,16 +129,14 @@ setupLuks( const LuksDevice& d )
|
||||
return true;
|
||||
}
|
||||
|
||||
// static
|
||||
QVariantList
|
||||
static QVariantList
|
||||
partitions()
|
||||
{
|
||||
Calamares::GlobalStorage* globalStorage = Calamares::JobQueue::instance()->globalStorage();
|
||||
return globalStorage->value( QStringLiteral( "partitions" ) ).toList();
|
||||
}
|
||||
|
||||
// static
|
||||
bool
|
||||
static bool
|
||||
hasUnencryptedSeparateBoot()
|
||||
{
|
||||
const QVariantList partitions = ::partitions();
|
||||
|
Loading…
Reference in New Issue
Block a user