From 9898caf80feb54cbb98ff22a67a8312375cab8e5 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 9 Feb 2018 13:15:02 -0800 Subject: [PATCH] [RombaSharp] Remove TODO --- RombaSharp/RombaSharp.Inits.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/RombaSharp/RombaSharp.Inits.cs b/RombaSharp/RombaSharp.Inits.cs index c66aaa65..c4c05ec8 100644 --- a/RombaSharp/RombaSharp.Inits.cs +++ b/RombaSharp/RombaSharp.Inits.cs @@ -688,7 +688,6 @@ namespace RombaSharp /// /// How many workers to launch for the job, default from config /// Write paths of dats with missing sha1s into this file - /// TODO: Verify implementation private static void InitRefreshDats( int workers, string missingSha1s)