mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Remove unneeded code.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
// ****************************************************************************/
|
||||
|
||||
using DiscImageChef.Console;
|
||||
using DiscImageChef.Devices;
|
||||
|
||||
namespace DiscImageChef.Tests.Devices
|
||||
{
|
||||
@@ -37,7 +38,7 @@ namespace DiscImageChef.Tests.Devices
|
||||
DicConsole.WriteLine("Going to open {0}. Press any key to continue...", devPath);
|
||||
System.Console.ReadKey();
|
||||
|
||||
DiscImageChef.Devices.Device dev = new DiscImageChef.Devices.Device(devPath);
|
||||
Device dev = new Device(devPath);
|
||||
|
||||
while(true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user