diff --git a/source/dub/project.d b/source/dub/project.d index 22a7faa..9b423c4 100644 --- a/source/dub/project.d +++ b/source/dub/project.d @@ -901,12 +901,6 @@ // Update projectDescription.targets projectDescription.lookupTarget(projectDescription.rootPackage) = target; - /+foreach (ref t; projectDescription.targets) { - if(t.rootPackage == target.rootPackage) { - t = target; - break; - } - }+/ // Genrate results if (formattingCompiler)