Remove unused iterateDirectory(string)
It was actually unused, because al the call sites were doing a useless round-trip from NativePath to string to NativePath. There is no need for it anymore so we can just remove it to avoid this kind of mistakes in the future. |
---|
|
source/dub/commandline.d |
---|
source/dub/generators/generator.d |
---|
source/dub/internal/vibecompat/core/file.d |
---|