Code cleanup

This commit is contained in:
Gustave Monce
2019-12-22 12:25:48 +01:00
parent 0e6f905809
commit a2a1c2302b
149 changed files with 3980 additions and 4088 deletions
@@ -23,7 +23,6 @@
namespace DiscUtils.Partitions
{
using System;
using System.IO;
/// <summary>
/// Provides access to partition records in a BIOS (MBR) partition table.
@@ -24,7 +24,6 @@ namespace DiscUtils.Partitions
{
using System;
using System.Collections.Generic;
using System.IO;
/// <summary>
/// Builds a stream with the contents of a BIOS partitioned disk.
@@ -23,7 +23,6 @@
namespace DiscUtils.Partitions
{
using System;
using System.IO;
/// <summary>
/// Provides access to partition records in a GUID partition table.
-1
View File
@@ -24,7 +24,6 @@ namespace DiscUtils.Partitions
{
using System;
using System.Globalization;
using System.IO;
/// <summary>
/// Base class representing a disk partition.