diff --git a/dastworx/src/imports.d b/dastworx/src/imports.d index c1b4a16d..5b3d5463 100644 --- a/dastworx/src/imports.d +++ b/dastworx/src/imports.d @@ -64,7 +64,6 @@ void listFilesImports(string[] files) else writeln('"', fname, '"'); il.visit(mod); - stdout.flush; } } diff --git a/dastworx/src/main.d b/dastworx/src/main.d index 60f9b2e5..116a0b18 100644 --- a/dastworx/src/main.d +++ b/dastworx/src/main.d @@ -60,7 +60,6 @@ void main(string[] args) "s", &handleSymListOption, "t", &handleTodosOption, ); - stdout.flush; } /// Handles the "-s" option: create the symbol list in the output