mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Linux/MacOSX: remove unused variable.
This commit is contained in:
@@ -118,8 +118,6 @@ namespace VeraCrypt
|
|||||||
|
|
||||||
bool skipLayoutV1Normal = false;
|
bool skipLayoutV1Normal = false;
|
||||||
|
|
||||||
bool deviceHosted = GetPath().IsDevice();
|
|
||||||
|
|
||||||
// Test volume layouts
|
// Test volume layouts
|
||||||
foreach (shared_ptr <VolumeLayout> layout, VolumeLayout::GetAvailableLayouts (volumeType))
|
foreach (shared_ptr <VolumeLayout> layout, VolumeLayout::GetAvailableLayouts (volumeType))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user