From 4f43aecea2ba92bbcb9164aae2c3a3b152e95921 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 17 Sep 2016 23:58:18 -0700 Subject: [PATCH] [SimpleSort] Remove note --- SabreTools.Helper/Objects/SimpleSort.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SabreTools.Helper/Objects/SimpleSort.cs b/SabreTools.Helper/Objects/SimpleSort.cs index f092c9ae..8164121e 100644 --- a/SabreTools.Helper/Objects/SimpleSort.cs +++ b/SabreTools.Helper/Objects/SimpleSort.cs @@ -439,11 +439,6 @@ namespace SabreTools.Helper #region Rebuild all files - // Another note for this section too: in order for this to rebuild in the fastest way, the handle for the output files - // (for zip files ONLY) have to be kept open while writing. Because of this, I need to abstract out the standard - // zip read/write as well as tzip read/write to their own methods that are essentially "output stream" writers. How - // hard is this going to be? Well, we'll see... - #endregion return success;