mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Comment out unused variables
Fixes a few warnings when compiling.
This commit is contained in:
@@ -1077,8 +1077,8 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
bool runningPersistent = false;
|
||||
|
||||
Modes.ModePage? currentModePage = null;
|
||||
byte[] md6;
|
||||
byte[] md10;
|
||||
//byte[] md6;
|
||||
//byte[] md10;
|
||||
|
||||
if(persistent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user