mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
FEATURE FREEZE: Removed TODO lines already implemented.
This commit is contained in:
@@ -136,7 +136,6 @@ namespace DiscImageChef.Filesystems
|
||||
|
||||
bool APMFromHDDOnCD = false;
|
||||
|
||||
// TODO: I don't like this, I can do better
|
||||
if(imagePlugin.GetSectorSize() == 2352 || imagePlugin.GetSectorSize() == 2448 || imagePlugin.GetSectorSize() == 2048)
|
||||
{
|
||||
byte[] tmp_sector = imagePlugin.ReadSectors(partition.Start, 2);
|
||||
|
||||
@@ -38,7 +38,6 @@ using DiscImageChef.CommonTypes;
|
||||
namespace DiscImageChef.Filesystems
|
||||
{
|
||||
// Information from the Linux kernel
|
||||
// TODO: Get documentation, test files, and rewrite this mess
|
||||
public class SysVfs : Filesystem
|
||||
{
|
||||
const uint XENIX_MAGIC = 0x002B5544;
|
||||
|
||||
Reference in New Issue
Block a user