1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Linux/MacOSX: remove unused variable.

This commit is contained in:
Mounir IDRASSI
2015-07-25 23:57:32 +02:00
parent 78aa7de9bc
commit 69a8ad5bba

View File

@@ -118,8 +118,6 @@ namespace VeraCrypt
bool skipLayoutV1Normal = false;
bool deviceHosted = GetPath().IsDevice();
// Test volume layouts
foreach (shared_ptr <VolumeLayout> layout, VolumeLayout::GetAvailableLayouts (volumeType))
{