Comment out unused variables

Fixes a few warnings when compiling.
This commit is contained in:
SilasLaspada
2019-11-14 11:45:33 -07:00
parent ef7572c594
commit 6a78eef442
4 changed files with 5 additions and 5 deletions

View File

@@ -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)
{