FEATURE FREEZE: Removed TODO lines already implemented.

This commit is contained in:
2017-12-19 01:13:31 +00:00
parent 5ab5052775
commit 8c6d05eed3
8 changed files with 1 additions and 12 deletions

View File

@@ -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;