From 976fd408adf4b08677a46a9ffe122e03bd8f07e1 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 17 Sep 2016 17:31:08 -0700 Subject: [PATCH] [SimpleSort] Remove part of comment --- SabreTools.Helper/Objects/SimpleSort.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SabreTools.Helper/Objects/SimpleSort.cs b/SabreTools.Helper/Objects/SimpleSort.cs index d5edfad5..34c76637 100644 --- a/SabreTools.Helper/Objects/SimpleSort.cs +++ b/SabreTools.Helper/Objects/SimpleSort.cs @@ -202,7 +202,6 @@ namespace SabreTools.Helper /// This is actually rather slow and inefficient. Instead, it should do the following: /// 1) Get all file names from the input files/folders (parallel) /// 2) Loop through and get the file info from every file (including headerless) - /// a) Add a new feature that allows for checking headers of a stream not just of a file /// 3) Find all duplicate files in the input DAT(s) /// 4) Order by output game /// 5) Rebuild all files