[RombaSharp] Fix and verify Build

This commit is contained in:
Matt Nadareski
2018-02-09 20:36:39 -08:00
parent 1db8874b0c
commit 183e5ccad8
2 changed files with 14 additions and 10 deletions

View File

@@ -207,7 +207,6 @@ namespace RombaSharp
/// <param name="copy">True if files should be copied to output, false for rebuild</param>
/// <param name="workers">How many workers to launch for the job, default from config</param>
/// <param name="subworkers">How many subworkers to launch for each worker, default from config</param>
/// TODO: Verify implementation
private static void InitBuild(
List<string> inputs,
string outdat,