Clean up a couple more TODOs

This commit is contained in:
Matt Nadareski
2021-03-29 13:05:46 -07:00
parent e8c4a97158
commit f7ec19cc5d
4 changed files with 7 additions and 9 deletions

View File

@@ -155,7 +155,6 @@ namespace MPF.Check
string filepath = Path.GetFullPath(args[i].Trim('"'));
// Now populate an environment
// TODO: Replace this with Dictionary constructor
var options = new Options
{
InternalProgram = Converters.ToInternalProgram(internalProgram),