[RombaSharp] Remove TODO

This commit is contained in:
Matt Nadareski
2018-02-09 13:15:02 -08:00
parent 6d21a37857
commit 9898caf80f

View File

@@ -688,7 +688,6 @@ namespace RombaSharp
/// </summary> /// </summary>
/// <param name="workers">How many workers to launch for the job, default from config</param> /// <param name="workers">How many workers to launch for the job, default from config</param>
/// <param name="missingSha1s">Write paths of dats with missing sha1s into this file</param> /// <param name="missingSha1s">Write paths of dats with missing sha1s into this file</param>
/// TODO: Verify implementation
private static void InitRefreshDats( private static void InitRefreshDats(
int workers, int workers,
string missingSha1s) string missingSha1s)