mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 14:44:47 -04:00
ATM volumeFfsVersion isn't used.
This commit is contained in:
parent
0ef59f62cc
commit
b2c7e81db2
1 changed files with 2 additions and 2 deletions
|
@ -776,12 +776,12 @@ UINT8 FfsEngine::parseVolume(const QByteArray & volume, QModelIndex & index, co
|
||||||
|
|
||||||
// Check for volume structure to be known
|
// Check for volume structure to be known
|
||||||
bool volumeIsUnknown = true;
|
bool volumeIsUnknown = true;
|
||||||
UINT8 volumeFfsVersion = 0;
|
/*UINT8 volumeFfsVersion = 0;*/
|
||||||
|
|
||||||
// Check for FFS v2 volume
|
// Check for FFS v2 volume
|
||||||
if (FFSv2Volumes.contains(QByteArray::fromRawData((const char*)volumeHeader->FileSystemGuid.Data, sizeof(EFI_GUID)))) {
|
if (FFSv2Volumes.contains(QByteArray::fromRawData((const char*)volumeHeader->FileSystemGuid.Data, sizeof(EFI_GUID)))) {
|
||||||
volumeIsUnknown = false;
|
volumeIsUnknown = false;
|
||||||
volumeFfsVersion = 2;
|
/*volumeFfsVersion = 2;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check for FFS v3 volume
|
// Check for FFS v3 volume
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue